1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4*cdf0e10cSrcweir 5*cdf0e10cSrcweir <module-name> 6*cdf0e10cSrcweir ucptdoc 7*cdf0e10cSrcweir </module-name> 8*cdf0e10cSrcweir 9*cdf0e10cSrcweir <component-description> 10*cdf0e10cSrcweir <author> 11*cdf0e10cSrcweir Kai Sommerfeld 12*cdf0e10cSrcweir </author> 13*cdf0e10cSrcweir <name> 14*cdf0e10cSrcweir com.sun.star.comp.ucb.TransientDocumentsContentProvider 15*cdf0e10cSrcweir </name> 16*cdf0e10cSrcweir <description> 17*cdf0e10cSrcweir This component implements a Content Provider for the Universal Content Broker. 18*cdf0e10cSrcweir It provides access to the hierachical structure of the documents that are active 19*cdf0e10cSrcweir in a running OpenOffice.org process. 20*cdf0e10cSrcweir </description> 21*cdf0e10cSrcweir <loader-name> 22*cdf0e10cSrcweir com.sun.star.loader.SharedLibrary 23*cdf0e10cSrcweir </loader-name> 24*cdf0e10cSrcweir <language> 25*cdf0e10cSrcweir c++ 26*cdf0e10cSrcweir </language> 27*cdf0e10cSrcweir <status value="final"/> 28*cdf0e10cSrcweir <supported-service> 29*cdf0e10cSrcweir com.sun.star.ucb.TransientDocumentsContentProvider 30*cdf0e10cSrcweir </supported-service> 31*cdf0e10cSrcweir 32*cdf0e10cSrcweir <service-dependency> 33*cdf0e10cSrcweir com.sun.star.frame.GlobalEventBroadcaster 34*cdf0e10cSrcweir </service-dependency> 35*cdf0e10cSrcweir <service-dependency> 36*cdf0e10cSrcweir com.sun.star.reflection.ProxyFactory 37*cdf0e10cSrcweir </service-dependency> 38*cdf0e10cSrcweir <service-dependency> 39*cdf0e10cSrcweir com.sun.star.embed.StorageFactory 40*cdf0e10cSrcweir </service-dependency> 41*cdf0e10cSrcweir </component-description> 42*cdf0e10cSrcweir 43*cdf0e10cSrcweir <component-description> 44*cdf0e10cSrcweir <author> 45*cdf0e10cSrcweir Kai Sommerfeld 46*cdf0e10cSrcweir </author> 47*cdf0e10cSrcweir <name> 48*cdf0e10cSrcweir com.sun.star.comp.ucb.TransientDocumentsDocumentContentFactory 49*cdf0e10cSrcweir </name> 50*cdf0e10cSrcweir <description> 51*cdf0e10cSrcweir This component implements a factory for 52*cdf0e10cSrcweir 'com.sun.star.ucb.TransientDocumentsDocumentContent's. 53*cdf0e10cSrcweir </description> 54*cdf0e10cSrcweir <loader-name> 55*cdf0e10cSrcweir com.sun.star.loader.SharedLibrary 56*cdf0e10cSrcweir </loader-name> 57*cdf0e10cSrcweir <language> 58*cdf0e10cSrcweir c++ 59*cdf0e10cSrcweir </language> 60*cdf0e10cSrcweir <status value="final"/> 61*cdf0e10cSrcweir <supported-service> 62*cdf0e10cSrcweir com.sun.star.frame.TransientDocumentsDocumentContentFactory 63*cdf0e10cSrcweir </supported-service> 64*cdf0e10cSrcweir 65*cdf0e10cSrcweir <service-dependency> 66*cdf0e10cSrcweir com.sun.star.ucb.TransientDocumentsContentProvider 67*cdf0e10cSrcweir </service-dependency> 68*cdf0e10cSrcweir </component-description> 69*cdf0e10cSrcweir 70*cdf0e10cSrcweir <project-build-dependency> sal </project-build-dependency> 71*cdf0e10cSrcweir <project-build-dependency> salhelper </project-build-dependency> 72*cdf0e10cSrcweir <project-build-dependency> cppu </project-build-dependency> 73*cdf0e10cSrcweir <project-build-dependency> cppuhelper </project-build-dependency> 74*cdf0e10cSrcweir <project-build-dependency> ucbhelper </project-build-dependency> 75*cdf0e10cSrcweir 76*cdf0e10cSrcweir <runtime-module-dependency> sal3 </runtime-module-dependency> 77*cdf0e10cSrcweir <runtime-module-dependency> cppu3 </runtime-module-dependency> 78*cdf0e10cSrcweir <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 79*cdf0e10cSrcweir <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency> 80*cdf0e10cSrcweir 81*cdf0e10cSrcweir <type> com.sun.star.beans.Property </type> 82*cdf0e10cSrcweir <type> com.sun.star.beans.PropertyAttribute </type> 83*cdf0e10cSrcweir <type> com.sun.star.beans.PropertyValue </type> 84*cdf0e10cSrcweir <type> com.sun.star.beans.XPropertySet </type> 85*cdf0e10cSrcweir <type> com.sun.star.container.XEnumerationAccess </type> 86*cdf0e10cSrcweir <type> com.sun.star.container.XNameAccess </type> 87*cdf0e10cSrcweir <type> com.sun.star.document.XStorageBasedDocument </type> 88*cdf0e10cSrcweir <type> com.sun.star.document.XEventBroadcaster </type> 89*cdf0e10cSrcweir <type> com.sun.star.document.XEventListener </type> 90*cdf0e10cSrcweir <type> com.sun.star.embed.ElementModes </type> 91*cdf0e10cSrcweir <type> com.sun.star.embed.XStorage </type> 92*cdf0e10cSrcweir <type> com.sun.star.embed.XTransactedObject </type> 93*cdf0e10cSrcweir <type> com.sun.star.frame.XTransientDocumentsDocumentContentFactory </type> 94*cdf0e10cSrcweir <type> com.sun.star.io.XActiveDataSink </type> 95*cdf0e10cSrcweir <type> com.sun.star.io.XActiveDataStreamer </type> 96*cdf0e10cSrcweir <type> com.sun.star.io.XSeekable </type> 97*cdf0e10cSrcweir <type> com.sun.star.io.XTruncate </type> 98*cdf0e10cSrcweir <type> com.sun.star.lang.DisposedException </type> 99*cdf0e10cSrcweir <type> com.sun.star.lang.IllegalAccessException </type> 100*cdf0e10cSrcweir <type> com.sun.star.lang.XComponent </type> 101*cdf0e10cSrcweir <type> com.sun.star.lang.XMultiServiceFactory </type> 102*cdf0e10cSrcweir <type> com.sun.star.lang.XServiceInfo </type> 103*cdf0e10cSrcweir <type> com.sun.star.lang.XSingleServiceFactory </type> 104*cdf0e10cSrcweir <type> com.sun.star.reflection.XProxyFactory </type> 105*cdf0e10cSrcweir <type> com.sun.star.registry.XRegistryKey </type> 106*cdf0e10cSrcweir <type> com.sun.star.task.DocumentPasswordRequest </type> 107*cdf0e10cSrcweir <type> com.sun.star.task.XInteractionPassword </type> 108*cdf0e10cSrcweir <type> com.sun.star.sdbc.XRow </type> 109*cdf0e10cSrcweir <type> com.sun.star.ucb.CommandInfo </type> 110*cdf0e10cSrcweir <type> com.sun.star.ucb.ContentInfoAttribute </type> 111*cdf0e10cSrcweir <type> com.sun.star.ucb.InsertCommandArgument </type> 112*cdf0e10cSrcweir <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> 113*cdf0e10cSrcweir <type> com.sun.star.ucb.MissingInputStreamException </type> 114*cdf0e10cSrcweir <type> com.sun.star.ucb.MissingPropertiesException </type> 115*cdf0e10cSrcweir <type> com.sun.star.ucb.NameClash </type> 116*cdf0e10cSrcweir <type> com.sun.star.ucb.NameClashException </type> 117*cdf0e10cSrcweir <type> com.sun.star.ucb.OpenCommandArgument2 </type> 118*cdf0e10cSrcweir <type> com.sun.star.ucb.OpenMode </type> 119*cdf0e10cSrcweir <type> com.sun.star.ucb.TransferInfo </type> 120*cdf0e10cSrcweir <type> com.sun.star.ucb.UnsupportedCommandException </type> 121*cdf0e10cSrcweir <type> com.sun.star.ucb.UnsupportedDataSinkException </type> 122*cdf0e10cSrcweir <type> com.sun.star.ucb.UnsupportedNameClashException </type> 123*cdf0e10cSrcweir <type> com.sun.star.ucb.UnsupportedOpenModeException </type> 124*cdf0e10cSrcweir <type> com.sun.star.ucb.XCommandInfo </type> 125*cdf0e10cSrcweir <type> com.sun.star.ucb.XContentCreator </type> 126*cdf0e10cSrcweir <type> com.sun.star.ucb.XPersistentPropertySet </type> 127*cdf0e10cSrcweir <type> com.sun.star.uno.XAggregation </type> 128*cdf0e10cSrcweir 129*cdf0e10cSrcweir</module-description> 130