tdf#74702 2/2

Tomaž Vajngerl quikee at gmail.com
Wed Jul 10 04:46:31 UTC 2019


Hi,

On Wed, Jul 10, 2019 at 5:54 AM Adrien Ollier <adr.ollier at hotmail.fr> wrote:

>
> Also, let's take a concrete example:
>
> <https://opengrok.libreoffice.org/xref/core/canvas/source/vcl/canvashelper.cxx?r=c88f7603>
> https://opengrok.libreoffice.org/xref/core/vcl/source/control/edit.cxx?r=d00ee2cb
> void Edit::Draw(OutputDevice* pDev, const Point& rPos, const Size& rSize,
> DrawFlags nFlags)
> see l.1771
>
> Can you tell me how you would remove the use of GetOutDevType?
>

In this case I would remove the condition "eOutDevType == OUTDEV_PRINTER"
completely. No idea why it exists but color printers exist today and
overriding the text color to black just because the output device is a
printer is backwards and wrong. Anything that a printer can't handle should
be modified in the output device itself and not outside of it. In this
case, what would happen if the background of the Edit is set to black? Yup
- the text would be drawn in black instead of the color that was set. I
tried it with inserting a combo box into a writer document with black
background and white font color to confirm and surely it printed it with
black text. I think you actually found a bug, or a workaround for some
assumption made in the past that's not relevant today anymore. ;)

Regards, Tomaž
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20190710/c1b774ea/attachment.html>


More information about the LibreOffice mailing list