Warning, /office/calligra/plugins/variables/TODO is written in an unsupported language. File is not indexed.

0001 These are the variables that the previous version of Calligra supplied.
0002 We have to redesign this with ODf and the new plugin structure in mind; but having a list
0003 here is certainly useful.
0004 
0005 Don't just start implementing these as listed here!
0006 
0007 KoDateVariable
0008     has a format string and/or one of:
0009     fixed, current, date last printed, date file creation, date file modified
0010 
0011 KoTimeVariable
0012     has a format string and/or one of:
0013     fixed, current
0014 
0015 KoCustomVariable
0016     Basically a text-based one.  Which is mostly what KoVariable already provides
0017 
0018 KoFieldVariable
0019 Of types:
0020     none, filename, directoryname, authorname, email,
0021     companyname, pathfilename, filenamewithoutextension,
0022     telephone_work, fax, country, title, abstract, postal_code,
0023     city, street, authortitle, initial, telephone_home,
0024     subject, keywords, authorposition
0025 
0026 KoPageVariable
0027     number of pages and current page number
0028     need integration with the application somehow...
0029 
0030 KoLinkVariable
0031     An external link. Like a http url or mail/news or file or even a bookmark.
0032 
0033 KoNoteVariable
0034     A custom item that display a small yellow rect. Right-clicking on it shows the comment.
0035 
0036 KoStatisticVariable
0037     number of word
0038     number of sentence
0039     number of lines
0040     number of charactere
0041     number of non_whitespace_charactere
0042     number of syllable
0043     number of frame
0044     number of embedded
0045     number of picture
0046     number of table
0047