Issue 4099 - IDL files to be added to the api project
Summary: IDL files to be added to the api project
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-17 15:57 UTC by aidan.butler
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Idl file (3.66 KB, text/plain)
2002-04-17 15:58 UTC, aidan.butler
no flags Details
Idl file (3.19 KB, text/plain)
2002-04-17 15:59 UTC, aidan.butler
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description aidan.butler 2002-04-17 15:57:53 UTC
I would like the attached idl files to be committed to the api/offapi project. 
The first is an interface definition (XFilterAdaptor.idl) and the second is a 
service definition (XmlFilterAdaptor.idl) These idl files are necessary in 
order to create filters using the XmlFilterAdaptor (in framework/filter). 

These files also need to be added to the udkapi so that a third party developer 
that create filters which use the XmlFilterAdaptor with the odk.

These idls, also need to be zeded to the current build.
Comment 1 aidan.butler 2002-04-17 15:58:44 UTC
Created attachment 1394 [details]
Idl file
Comment 2 aidan.butler 2002-04-17 15:59:08 UTC
Created attachment 1395 [details]
Idl file
Comment 3 ooo 2002-04-18 13:50:50 UTC
Just some problems: the module, the service name and the documentation.

I would have put it into com::sun::star::document, not
documentconversion.  Other filter interfaces are in the document
module too.

And only interfaces should start with an X, thus it needs to be
FilterAdaptorXML or simply FilterAdaptor, if it is not really XML
specific on a specification level.

But you said, there is code?  It would need to be adjusted.

Documentation: The method needs documentation, including for the
arguments.

(I can commit the files - with changed names and module - but not zed
yet, I still have some problems with my environment on my new
workstation. But I will do it somehow today. Just give me your ok for
the changes.)
Comment 4 ooo 2002-04-18 17:23:13 UTC
Files are committed now in module document, named XFilterAdapter and 
FilterAdapter (not "Adaptor" because other adapters use the "er" 
spelling).  I stlill cannot zed, hopefully tomorrow.
Comment 5 ooo 2002-04-26 12:07:04 UTC
committed and marked for next build in src655
Comment 6 ooo 2003-01-08 11:24:32 UTC
closing