[Libreoffice] [PATCH][EasyHacks] Remove some use of svarray stuff in SwScriptInfo

2011-02-08 Thread Nigel Hawkins
Hi, The attached patch removes one use of SvBytes and SvXub_StrLens from SwScriptInfo. There are still other uses in there to be replaced, but the bits don't interact very much. Changes under LGPLv3+/MPL Nigel. >From 8d92a6e07a576a76b429f98c10ab48975a69768f Mon Sep 17 00:00:00 2001 From: Nigel

Re: [Libreoffice] [PATCH][EasyHacks] Remove some use of svarray stuff in SwScriptInfo

2011-02-08 Thread Nigel Hawkins
The attached patch removes some more SvBytes and SvXub_StrLens usage from SwScriptInfo. Changes under LGPLv3+/MPL Nigel. >From bdbe75e3715a5e553c26edcefb09abff7ebf936b Mon Sep 17 00:00:00 2001 From: Nigel Hawkins Date: Tue, 8 Feb 2011 15:05:14 + Subject: [PATCH 4/4] Remove direction svArray

Re: [Libreoffice] [PATCH][EasyHacks] Remove some use of svarray stuff in SwScriptInfo

2011-02-08 Thread Nigel Hawkins
This patch removes the last use of SvBytes from SwScriptInfo. And should be the last usage in sw. Nigel >From 3d1e455ca3ede76235e769b65342f0f31d9f44ee Mon Sep 17 00:00:00 2001 From: Nigel Hawkins Date: Tue, 8 Feb 2011 16:12:13 + Subject: [PATCH 5/5] Remove compression svArray usage from SwScr

Re: [Libreoffice] [PATCH][EasyHacks] Remove some use of svarray stuff in SwScriptInfo

2011-02-10 Thread Caolán McNamara
On Tue, 2011-02-08 at 14:24 +, Nigel Hawkins wrote: > Hi, > > The attached patch removes one use of SvBytes and SvXub_StrLens from > SwScriptInfo. bzzt... -while ( nChg < rTxt.Len() || ( !aScriptChg.Count() && ! rTxt.Len() ) ) +while ( nChg < rTxt.Len() || ( !aScriptChanges.empty() &