Review Request: Added creation and processing of a text style to format the number/bullet of a list.
Matus Uzak
matus.uzak at ixonos.com
Fri Jan 7 13:05:01 GMT 2011
> On 2011-01-05 18:33:50, Jarosław Staniek wrote:
> > filters/words/msword-odf/texthandler.cpp, line 1456
> > <http://git.reviewboard.kde.org/r/100306/diff/1/?file=6200#file6200line1456>
> >
> > it's better to make this method:
> > QString WordTextHandler::createBulletStyle(const QString& textStyleName) const
I agree.
> On 2011-01-05 18:33:50, Jarosław Staniek wrote:
> > filters/words/msword-odf/texthandler.cpp, line 1462
> > <http://git.reviewboard.kde.org/r/100306/diff/1/?file=6200#file6200line1462>
> >
> > If you insert the style into m_mainStyles, you can allocate on stack - safer (no need to remember about deleting), easier code.
> >
> > i.e.:
> > KoGenStyle style(KoGenStyle::TextStyle, "text");
Good point!
> On 2011-01-05 18:33:50, Jarosław Staniek wrote:
> > filters/words/msword-odf/texthandler.cpp, line 1461
> > <http://git.reviewboard.kde.org/r/100306/diff/1/?file=6200#file6200line1461>
> >
> > minor coding style note: cool style could be
> >
> > if (!textStyle)
> > return QString();
> >
> > // the rest of the code here, unindented
> >
A coding style question. I try to have only one return in short functions, but it looks better the way you suggested. ;)
> On 2011-01-05 18:33:50, Jarosław Staniek wrote:
> > filters/words/msword-odf/texthandler.cpp, line 1468
> > <http://git.reviewboard.kde.org/r/100306/diff/1/?file=6200#file6200line1468>
> >
> > see the other note for isNull(), here and in all other places of this method
Yes, it's better to not check for null strings only.
- Matus
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/100306/#review745
-----------------------------------------------------------
On 2011-01-05 16:45:26, Matus Uzak wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/100306/
> -----------------------------------------------------------
>
> (Updated 2011-01-05 16:45:26)
>
>
> Review request for Calligra.
>
>
> Summary
> -------
>
> Filter changes:
> * Let's use the style-name attribute of a list-level-style-* to point to a text style, which should be used to format the bullet/number of a list.
> * The style is stored into office:styles to be accessible via the style manager during layout.
>
> KoListLevelProperties changes:
> * Lookup the referred style using the style manager and update the CharacterStyleId of the KoListStyle.
>
> TODO:
> * If this approach is correct, also other filters should be updated.
> * Bullet sizes!
>
>
> Diffs
> -----
>
> filters/words/msword-odf/texthandler.h 1465e66
> filters/words/msword-odf/texthandler.cpp 96de97d
> libs/kotext/styles/KoListLevelProperties.cpp ec5a472
>
> Diff: http://git.reviewboard.kde.org/r/100306/diff
>
>
> Testing
> -------
>
> Using words application only, msword test documents containing numbered lists.
>
>
> Thanks,
>
> Matus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20110107/81e52bc0/attachment.htm>
More information about the calligra-devel
mailing list