Re: [GSoC 2014] Code pointers for text properties in Draw

2014-05-06 Thread Michael Stahl
On 05/05/14 16:24, Matteo Campanelli wrote: > Hi all, > I'm working on adding text background color to Draw text frames but I > suspect I'm having troubles finding my way through the basics of the > whole application's architecture. > Browsing through code in sd/, I haven't found anything that see

Re: [GSoC 2014] Code pointers for text properties in Draw

2014-05-06 Thread Tomaž Vajngerl
Hi Matteo, What Miklos said and maybe another clue - SdrTextObj [1] (and other related objects like SdrRectObject). They are used in Draw (and use editeng) but are also cross component. However I don't know anything more about this. :) Regards, Tomaž [1] - http://opengrok.libreoffice.org/xref/co

Re: [GSoC 2014] Code pointers for text properties in Draw

2014-05-06 Thread Miklos Vajna
Hi Matteo, On Mon, May 05, 2014 at 10:24:55AM -0400, Matteo Campanelli wrote: > I'm working on adding text background color to Draw text frames but I > suspect I'm having troubles finding my way through the basics of the whole > application's architecture. In general, TextFrame is a Writer conc