https://bugs.documentfoundation.org/show_bug.cgi?id=167511
Armin Le Grand (collabora) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #26 from Armin Le Grand (collabora) <[email protected]> --- At the end I need infos at the point where the text primitives get created, tis will always be true. For that I now added drawinglayer::geometry::ViewInformation2D to the StripPortionsHelper which gets forwarded as needed. At the end I have info at buildTextPortionPrimitive in editeng/source/editeng/StripPortionsHelper.cxx. Similar stuff may have to be done for other situations where Primitives get created. drawinglayer::geometry::ViewInformation2D is already a often used info container for primitive rendering, so that will be fine. I decided for now to indeed use EditViewActive in that structure. If that collides somewhere in the future it will be easy to add something like 'SupportsHighContrast' or similar. -- You are receiving this mail because: You are the assignee for the bug.
