Package Pyblio :: Package Cite :: Package WP :: Module OpenOffice
[show private | hide private]
[frames | no frames]

Module Pyblio.Cite.WP.OpenOffice

A simple API to cite references in OpenOffice.org

Based on code from Bibus <http://bibus-biblio.sourceforge.net/>.
Classes
OOo  

Variable Summary
int DIRECT_VALUE = 0                                                                     
tuple ITALIC = (2, 0)
dict OO_BIBLIOGRAPHIC_FIELDS = {'ISBN': 30, 'Author': 4, 'Boo...
int PARAGRAPH_BREAK = 0                                                                     
tuple _OO_BIB_FIELDS = ('Identifier', 'BibiliographicType', 'A...
SRE_Pattern _x_pyblio_re = X-PYBLIO<(\d+)>

Variable Details

DIRECT_VALUE

Type:
int
Value:
0                                                                     

ITALIC

Type:
tuple
Value:
(2, 0)                                                                 

OO_BIBLIOGRAPHIC_FIELDS

Type:
dict
Value:
{'Address': 2,
 'Annote': 3,
 'Author': 4,
 'BibiliographicType': 1,
 'Booktitle': 5,
 'Chapter': 6,
 'Custom1': 25,
 'Custom2': 26,
...                                                                    

PARAGRAPH_BREAK

Type:
int
Value:
0                                                                     

_OO_BIB_FIELDS

Type:
tuple
Value:
('Identifier',
 'BibiliographicType',
 'Address',
 'Annote',
 'Author',
 'Booktitle',
 'Chapter',
 'Edition',
...                                                                    

_x_pyblio_re

Type:
SRE_Pattern
Value:
X-PYBLIO<(\d+)>                                                        

Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 http://epydoc.sf.net