As strongly requested from Mike Nordell this commit moves all the member variables in the XP layer of Lists into private. There are a number of set/get functions to give access to these for the platform layers. The names of some of the member variables have been change dto help readablity. This will break all other platforms until they make these changes too but Mike Really wants this change for the Win dialog. Could our intrepid testers please check this dialog out on Unix and report any bugs. PS. Also test the Numbering part of styles dialog since it uses lots of this code too. Thanks very much guys. You Rock. Cheers Martin CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/wp/ap/unix/ap_UnixDialog_Lists.cpp CVS: src/wp/ap/unix/gnome/ap_UnixGnomeDialog_Lists.cpp CVS: src/wp/ap/xp/ap_Dialog_Lists.cpp CVS: src/wp/ap/xp/ap_Dialog_Lists.h CVS: ---------------------------------------------------------------------- Change all XP member variables to private. Implement a series of set/get function for the subclasses that need them.
