On 29/02/2008, Fernand Vanrie <[EMAIL PROTECTED]> wrote: > Morten Omholt Alver wrote: > > Hi, > > > > I am working on a plugin for interfacing JabRef and OpenOffice. This > > involves inserting citation markers in a Writer text (representing a > > bibliography citation), and formatting a reference list based on which > > citations appear in the text. This is not done using OO's built-in > > bibliographic functions, but handled entirely by the plugin. > > > > For reference, the current version of the plugin is available here: > > > > http://www.itk.ntnu.no/ansatte/Alver_Omholt_Morten/jabref/OOPlugin.html > > > > In the current implementation I insert a ReferenceMark for which I set > > the text to appear in the document (the citation). The name of each > > ReferenceMark is chosen so it indicates which bibliographic entries > > (known to JabRef) it represents - therefore the actual text shown in > > the document does not need to carry that information. > > > > There are two problems with my approach: > > > > * First, the text in the reference mark is editable, so the user can > > accidentally add text to the marker instead of outside of it. > > > > Maybe GraphicShapes could help, do not now if there is a property to > make them readonly, but you can always glua a macro on them who prefends > accitental acces to the text inside.
Thank you for your suggestion! However, I feel a little lost. Which uno class(es) is this (I couldn't find a class called GraphicShapes)? Can these shapes be set up with standard text? -- Morten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
