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

« back to all changes in this revision

Viewing changes to filters/words/msword-odf/conversion.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-16 10:51:29 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120716105129-es1ebubwiwlsfvv0
Tags: 1:2.4.92-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    int fldToFieldType(const wvWare::FLD* fld);
198
198
 
199
199
    /**
200
 
     * TODO:
201
 
     */
202
 
    QString rncToStartNumberingAt(int rnc);
 
200
     * Convert footnote automatic numbering restart code to ODF equivalent.
 
201
     */
 
202
    const char* rncToStartNumberingAt(quint16 rnc);
 
203
 
 
204
    /**
 
205
     * Convert footnote placement code to ODF equivalent.
 
206
     */
 
207
    const char* fpcToFtnPosition(quint16 fpc);
203
208
 
204
209
    /**
205
210
     * TODO: