~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to libs/textlayout/KoTextLayoutArea.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-10-23 21:09:16 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20121023210916-m82w6zxnxhaxz7va
Tags: 1:2.5.90-0ubuntu1
* New upstream alpha release (LP: #1070436)
  - Add libkactivities-dev and libopenimageio-dev to build-depends
  - Add kubuntu_build_calligraactive.diff to build calligraactive by default
  - Add package for calligraauthor and move files that are shared between
    calligrawords and calligraauthor to calligrawords-common
* Document the patches
* Remove numbers from patches so they follow the same naming scheme as
  the rest of our patches.
* calligra-data breaks replaces krita-data (<< 1:2.5.3) (LP: #1071686)

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    bool presentationListTabWorkaround(qreal indent, qreal labelBoxWidth, qreal presentationListTabValue);
198
198
 
199
199
    /// Returns vertical height of line
200
 
    qreal addLine(QTextLine &line, FrameIterator *cursor, KoTextBlockData *blockData);
 
200
    qreal addLine(QTextLine &line, FrameIterator *cursor, KoTextBlockData &blockData);
201
201
 
202
202
    /// looks for footnotes and preregisters them
203
203
    void findFootNotes(QTextBlock block, const QTextLine &line, qreal bottomOfText);
204
204
 
205
205
    void clearPreregisteredFootNotes();
206
206
 
207
 
    void drawListItem(QPainter *painter, const QTextBlock &block);
 
207
    void drawListItem(QPainter *painter, QTextBlock &block);
208
208
 
209
209
    void decorateParagraph(QPainter *painter, const QTextBlock &block, bool showFormattingCharacter);
210
210
 
216
216
 
217
217
    int decorateTabsAndFormatting(QPainter *painter, const QTextFragment& currentFragment, const QTextLine &line, const int startOfFragmentInBlock, const QVariantList& tabList, int currentTabStop, bool showFormattingCharacter);
218
218
 
219
 
    void decorateListLabel(QPainter *painter, const KoTextBlockData *blockData, const QTextLine &listLabelLine, const QTextBlock &listItem);
 
219
    void decorateListLabel(QPainter *painter, const KoTextBlockData &blockData, const QTextLine &listLabelLine, const QTextBlock &listItem);
220
220
 
221
 
    void handleBordersAndSpacing(KoTextBlockData *blockData, QTextBlock *block);
 
221
    void handleBordersAndSpacing(KoTextBlockData &blockData, QTextBlock *block);
222
222
 
223
223
private:
224
224
    class Private;