https://issues.apache.org/ooo/show_bug.cgi?id=116637
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Armin Le Grand <[email protected]> --- ALG: Hi groucho266, I am also very interested in your work and success (I am the guy who did the primitives ;-). What exactly are you doing there? Maybe I can support you, I also plan to change slideshow, but also PDF export to primitives over time (where slideshow is possible today, others are not yet since the only app currently completely rendering on primitives is Draw/Impress). Some comments: - Why wrap primitives? They are uno objects, thus already refcounted and han be handed over UNO API. - Why own headers in slideshow? This is a no-go, please use the includes from drawinglayer. If not possible, please describe your reasons not doing so. - Missing MasterPageContent: There is a task already (submitted by Andre) for this, I am the owner and I can do this best probably. - Renderer: I am thinking about system-dependent renderers for primitives already, let's avoid double work. The PrimitiveRenderers are also UNO objects, thus making them accessible in a central place and using them for all purposes (the pixelrenderer, Metafilerenderer can stay on it's current implementation) would be much better. Looking forward to your stuff ;-) -- You are receiving this mail because: You are on the CC list for the bug.
