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

Class OOo

source code

object --+
         |
        OOo

Instance Methods [hide private]
 
__init__(self, connection=('pipe', 'OOo_pipe'))
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
is_connected(self) source code
 
disconnect(self) source code
 
connect(self) source code
 
cite(self, keys, db)
Insert a list of references in the document, at the cursor location.
source code
 
fetch(self)
Fetch all the references in the document, in order of appearance
source code
 
update_keys(self, keymap) source code
 
update_biblio(self) source code
 
_createFrame(self) source code
 
_makeRef(self, ref, visible_key, extra)
Create a reference ready to be inserted in the document.
source code
 
_parseRef(self, r) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  MASTER = 'com.sun.star.text.FieldMaster.Bibliography'
  FRAME = u'Bibliography (Pybliographer)'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, connection=('pipe', 'OOo_pipe'))
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

cite(self, keys, db)

source code 
Insert a list of references in the document, at the
cursor location. Each reference is a tuple
  (visible_key, internal_id, extra_data)