Date: prev next · Thread: first prev next last
February 2017 Archives by date, by thread · List index


https://bugs.documentfoundation.org/show_bug.cgi?id=104169

--- Comment #4 from nuno360@gmail.com ---
"I fail to see the actual benefit." - The spreadsheet would feel more intuitive
and natural. There is a reason why they do it in MS Excel and Gnumeric.

"Plus, you'll have to change the cursor then whenever
* it leaves the cell area grid
* hovers over a drawing layer object (note caption, drawing, chart, ...)" - Yes
and that can be done with 1 line of code: change line 53 of file fudraw.cxx.
Where is says "   aNewPointer ( PointerStyle::Arrow )," change into "   
aNewPointer ( PointerStyle::Cross ),"

The problem is that the resulting cross looks too thin and is the same cursor
used to drag formulae. So the 'enum PointerStyle' must be exapanded to include
a 'FatCross' member that would map onto gtk.gdk.CROSS. Once the 'enum
PoyterStyle' is expanded and the cursor GTK, Qt mappings are done, the line 53
on fudraw.cxx would look like this:
"    aNewPointer ( PointerStyle::FatCross ),"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.