Re: [calligra] /: Improve the bullet list rendering

2011-02-28 Thread Cyrille Berger Skott
Hi, This patch breaks the kotext-odf-TestLoading test: http://my.cdash.org/testDetails.php?test=5223148&build=162447 On Monday 28 February 2011, Lukáš Tvrdý wrote: > Git commit c833109aac79cf630f46bc8f5962532510d73d0f by Lukáš Tvrdý. > Committed on 28/02/2011 at 15:39. > Pushed by lukast into bra

Re: Review Request: Fixes bug 264143

2011-02-28 Thread Lukáš Tvrdý
> On Feb. 21, 2011, 1:09 p.m., Matus Uzak wrote: > > Please sync with Lukas Tvrdy, he has already a patch for loading of > > text-properties from the lists-level-style-* element. > > Gopalakrishna Bhat wrote: > I just pinged Lukas on IRC and he told that he will look into this patch > late

Re: KoTableColumnAndRowStyleManager Question.

2011-02-28 Thread C. Boemann
On Monday 28 February 2011 10:00:15 Elvis Stansvik wrote: > 2011/2/28 Ganesh Paramasivam : > > Shouldn't the function return a reference or a pointer ? like this > > > > KoTableColumnAndRowStyleManager& > > KoTableColumnAndRowStyleManager::getManager(QTextTable *table) > > > > If I were to set a

Re: KoTableColumnAndRowStyleManager Question.

2011-02-28 Thread Ganesh Paramasivam
Yes, you are right. I missed looking at this declaration QExplicitlySharedDataPointer d; Thanks a lot.. - Ganesh On Mon, Feb 28, 2011 at 2:30 PM, Elvis Stansvik wrote: > 2011/2/28 Ganesh Paramasivam : >> Casper, >> >> A Quick question >> >> In KoTableColumnAndRowStyleManager.cpp we have a getMa

Re: KoTableColumnAndRowStyleManager Question.

2011-02-28 Thread Elvis Stansvik
2011/2/28 Ganesh Paramasivam : > Casper, > > A Quick question > > In KoTableColumnAndRowStyleManager.cpp we have a getManager() function > with the prototype > > KoTableColumnAndRowStyleManager > KoTableColumnAndRowStyleManager::getManager(QTextTable *table) > > Shouldn't the function return a refe