office-gobmx/idl/inc
Caolán McNamara bca5c1a4d0 The idl encoding table stuff appears to be a no-op, converts x to x
1.a) There is only one call to SvTokenStream::SetCharSet
2.b) That call is from SvTokenStream::InitCtor and the argument is
   gsl_getSystemTextEncoding()

2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable
   i.e.
   pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() );
2.b) so this is in practive only ever...
   pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(),
        gsl_getSystemTextEncoding() );

3) SvChar::GetTable returns a table for converting from one encoding to
   another.

4) so the whole thing is a no-op, i.e.
   pCharTab can be dropped
   SvChar::GetTable is then unused and can be dropped
   SetCharSet and GetCharSet are then also unused
2011-08-09 09:32:39 +01:00
..
pch drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
basobj.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
bastype.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
command.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
database.hxx remove deprecated ByteString::CreateFromInt64 2011-06-29 09:04:33 +01:00
globals.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
hash.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
lex.hxx The idl encoding table stuff appears to be a no-op, converts x to x 2011-08-09 09:32:39 +01:00
module.hxx drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
object.hxx Remove unneed include of <tools/list.hxx> 2011-04-30 08:03:30 -07:00
slot.hxx Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* ) 2011-04-20 21:05:04 -07:00
types.hxx Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* ) 2011-04-20 21:05:04 -07:00