[Libreoffice-ux-advise] [Bug 87933] Easier visibility of automatic page breaks

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 2 19:05:49 UTC 2017


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

--- Comment #24 from gkorepanov.gk at gmail.com ---
Seems I'm getting closer to the core of the problem, so assigned bug to myself.

According to my considerations:

1) Here is where the line color set and line style must be set as well:

http://opengrok.libreoffice.org/xref/core/sc/source/ui/view/output.cxx#407

2) Here is where line is actually drawn:

http://opengrok.libreoffice.org/xref/core/sc/source/ui/view/output.cxx#472

3) The only thing I found for now to draw the dashed line is usage of aLineInfo
object and passing it to RenderContext.DrawLine(). Looking for other ways,
otherwise I will seemingly have to modify  aGrid.AddVerLine() code.

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


More information about the Libreoffice-ux-advise mailing list