gaozm wrote: > But I have a question all the same. The "Small features" contains tow > elements: > 1, Show formula syntax in tip help > 2, Add resizeable margin on page preview > I would like to know whether we should start do these things as a project. > I hope you can give me some help and suggestions related to the matter.
The two features are quite independent of each other. So you should pick one of them to start with. For the "formula syntax" feature, look at sc/source/ui/app/inputhdl.cxx, especially the ShowTip function and the calls to it, where the existing tip help for function names, named ranges and formula results is handled. Something similar would have to be added to show syntax help if a function is currently edited. For the "resizeable margins", the starting point is sc/source/ui/view/preview.cxx, where the Paint function has to be extended to draw the additional indicators, and mouse handlers have to be added for the interaction. Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
