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


Hi,

On Wed, Jul 10, 2019 at 5:54 AM Adrien Ollier <adr.ollier@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ž

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.