home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2105 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  4.9 KB  |  111 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import OFFICENS
  5. from element import Element
  6. from draw import StyleRefElement
  7.  
  8. def Annotation(**args):
  9.     return StyleRefElement(qname = (OFFICENS, 'annotation'), **args)
  10.  
  11.  
  12. def AutomaticStyles(**args):
  13.     return Element(qname = (OFFICENS, 'automatic-styles'), **args)
  14.  
  15.  
  16. def BinaryData(**args):
  17.     return Element(qname = (OFFICENS, 'binary-data'), **args)
  18.  
  19.  
  20. def Body(**args):
  21.     return Element(qname = (OFFICENS, 'body'), **args)
  22.  
  23.  
  24. def ChangeInfo(**args):
  25.     return Element(qname = (OFFICENS, 'change-info'), **args)
  26.  
  27.  
  28. def Chart(**args):
  29.     return Element(qname = (OFFICENS, 'chart'), **args)
  30.  
  31.  
  32. def DdeSource(**args):
  33.     return Element(qname = (OFFICENS, 'dde-source'), **args)
  34.  
  35.  
  36. def Document(version = '1.1', **args):
  37.     return Element(qname = (OFFICENS, 'document'), version = version, **args)
  38.  
  39.  
  40. def DocumentContent(version = '1.1', **args):
  41.     return Element(qname = (OFFICENS, 'document-content'), version = version, **args)
  42.  
  43.  
  44. def DocumentMeta(version = '1.1', **args):
  45.     return Element(qname = (OFFICENS, 'document-meta'), version = version, **args)
  46.  
  47.  
  48. def DocumentSettings(version = '1.1', **args):
  49.     return Element(qname = (OFFICENS, 'document-settings'), version = version, **args)
  50.  
  51.  
  52. def DocumentStyles(version = '1.1', **args):
  53.     return Element(qname = (OFFICENS, 'document-styles'), version = version, **args)
  54.  
  55.  
  56. def Drawing(**args):
  57.     return Element(qname = (OFFICENS, 'drawing'), **args)
  58.  
  59.  
  60. def EventListeners(**args):
  61.     return Element(qname = (OFFICENS, 'event-listeners'), **args)
  62.  
  63.  
  64. def FontFaceDecls(**args):
  65.     return Element(qname = (OFFICENS, 'font-face-decls'), **args)
  66.  
  67.  
  68. def Forms(**args):
  69.     return Element(qname = (OFFICENS, 'forms'), **args)
  70.  
  71.  
  72. def Image(**args):
  73.     return Element(qname = (OFFICENS, 'image'), **args)
  74.  
  75.  
  76. def MasterStyles(**args):
  77.     return Element(qname = (OFFICENS, 'master-styles'), **args)
  78.  
  79.  
  80. def Meta(**args):
  81.     return Element(qname = (OFFICENS, 'meta'), **args)
  82.  
  83.  
  84. def Presentation(**args):
  85.     return Element(qname = (OFFICENS, 'presentation'), **args)
  86.  
  87.  
  88. def Script(**args):
  89.     return Element(qname = (OFFICENS, 'script'), **args)
  90.  
  91.  
  92. def Scripts(**args):
  93.     return Element(qname = (OFFICENS, 'scripts'), **args)
  94.  
  95.  
  96. def Settings(**args):
  97.     return Element(qname = (OFFICENS, 'settings'), **args)
  98.  
  99.  
  100. def Spreadsheet(**args):
  101.     return Element(qname = (OFFICENS, 'spreadsheet'), **args)
  102.  
  103.  
  104. def Styles(**args):
  105.     return Element(qname = (OFFICENS, 'styles'), **args)
  106.  
  107.  
  108. def Text(**args):
  109.     return Element(qname = (OFFICENS, 'text'), **args)
  110.  
  111.