Hi Niklas thanks for your response
MAXCOLCOUNT_DEFINE, but I'm not sure if all code that deals with column names can handle more than two letters.
yes i found it (was not so hard ;-) ) i'll try and see for the letter support a pointer on the source where to do handle it ? (well, optional)
ScHeaderControl (in sc/source/ui/view/hdrcont.cxx) calculates two widths: for 4 digits ("8888") and 5 digits ("88888"). They are used with a smooth transition between rows 1 and 10000. If you just change the larger size to 7 digits, space will be wasted for upper rows, but everything should be readable.
great !!!! i test and let you know Thansk a lot Niklas "OOo is too serious not to have fun" Laurent -- Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org Indesko >> http://www.indesko.com Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org Livre "Programmation OpenOffice.org", Eyrolles 2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
