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

--- Comment #24 from gkorepanov...@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.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to