summaryrefslogtreecommitdiff
path: root/qadevOOo/objdsc/fwk
diff options
context:
space:
mode:
authorStephan Wunderlich <sw@openoffice.org>2003-01-27 15:14:53 +0000
committerStephan Wunderlich <sw@openoffice.org>2003-01-27 15:14:53 +0000
commit9b72d9253f469fa58ce5b844ff10740fd7c129eb (patch)
treef1b730c9846ce1644673cff987146c87501cf3b4 /qadevOOo/objdsc/fwk
parent80e850f7cd0446ad7db683ce99d9cd27e11ffa95 (diff)
NEW: initial version
Diffstat (limited to 'qadevOOo/objdsc/fwk')
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Desktop.csv39
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorder.csv10
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorderSupplier.csv3
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Frame.csv30
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobExecutor.csv1
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobHandler.csv3
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MailToDispatcher.csv3
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ServiceHandler.csv3
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.SoundHandler.csv4
-rw-r--r--qadevOOo/objdsc/fwk/com.sun.star.comp.framework.URLTransformer.csv4
10 files changed, 100 insertions, 0 deletions
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Desktop.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Desktop.csv
new file mode 100644
index 000000000000..583595cb6885
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Desktop.csv
@@ -0,0 +1,39 @@
+"Desktop";"com::sun::star::document::XEventBroadcaster";"addEventListener()"
+"Desktop";"com::sun::star::document::XEventBroadcaster";"removeEventListener()"
+"Desktop";"com::sun::star::task::XStatusIndicatorFactory#optional";"createStatusIndicator()"
+"Desktop";"com::sun::star::lang::XComponent";"dispose()"
+"Desktop";"com::sun::star::lang::XComponent";"addEventListener()"
+"Desktop";"com::sun::star::lang::XComponent";"removeEventListener()"
+"Desktop";"com::sun::star::frame::Frame";"Title"
+"Desktop";"com::sun::star::frame::Frame";"RecorderSupplier#optional"
+"Desktop";"com::sun::star::frame::XDispatchProviderInterception";"registerDispatchProviderInterceptor()"
+"Desktop";"com::sun::star::frame::XDispatchProviderInterception";"releaseDispatchProviderInterceptor()"
+"Desktop";"com::sun::star::frame::XFrame";"initialize()"
+"Desktop";"com::sun::star::frame::XFrame";"getContainerWindow()"
+"Desktop";"com::sun::star::frame::XFrame";"setCreator()"
+"Desktop";"com::sun::star::frame::XFrame";"getCreator()"
+"Desktop";"com::sun::star::frame::XFrame";"getName()"
+"Desktop";"com::sun::star::frame::XFrame";"setName()"
+"Desktop";"com::sun::star::frame::XFrame";"findFrame()"
+"Desktop";"com::sun::star::frame::XFrame";"isTop()"
+"Desktop";"com::sun::star::frame::XFrame";"activate()"
+"Desktop";"com::sun::star::frame::XFrame";"deactivate()"
+"Desktop";"com::sun::star::frame::XFrame";"isActive()"
+"Desktop";"com::sun::star::frame::XFrame";"setComponent()"
+"Desktop";"com::sun::star::frame::XFrame";"getComponentWindow()"
+"Desktop";"com::sun::star::frame::XFrame";"getController()"
+"Desktop";"com::sun::star::frame::XFrame";"contextChanged()"
+"Desktop";"com::sun::star::frame::XFrame";"addFrameActionListener()"
+"Desktop";"com::sun::star::frame::XFrame";"removeFrameActionListener()"
+"Desktop";"com::sun::star::frame::XComponentLoader";"loadComponentFromURL()"
+"Desktop";"com::sun::star::frame::XFramesSupplier";"getFrames()"
+"Desktop";"com::sun::star::frame::XFramesSupplier";"getActiveFrame()"
+"Desktop";"com::sun::star::frame::XFramesSupplier";"setActiveFrame()"
+"Desktop";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
+"Desktop";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
+"Desktop";"com::sun::star::frame::XDesktop";"terminate()"
+"Desktop";"com::sun::star::frame::XDesktop";"addTerminateListener()"
+"Desktop";"com::sun::star::frame::XDesktop";"removeTerminateListener()"
+"Desktop";"com::sun::star::frame::XDesktop";"getComponents()"
+"Desktop";"com::sun::star::frame::XDesktop";"getCurrentComponent()"
+"Desktop";"com::sun::star::frame::XDesktop";"getCurrentFrame()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorder.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorder.csv
new file mode 100644
index 000000000000..2788976ae16a
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorder.csv
@@ -0,0 +1,10 @@
+"DispatchRecorder";"com::sun::star::container::XIndexAccess";"getCount()"
+"DispatchRecorder";"com::sun::star::container::XIndexAccess";"getByIndex()"
+"DispatchRecorder";"com::sun::star::container::XElementAccess";"getElementType()"
+"DispatchRecorder";"com::sun::star::container::XElementAccess";"hasElements()"
+"DispatchRecorder";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
+"DispatchRecorder";"com::sun::star::frame::XDispatchRecorder";"startRecording()"
+"DispatchRecorder";"com::sun::star::frame::XDispatchRecorder";"endRecording()"
+"DispatchRecorder";"com::sun::star::frame::XDispatchRecorder";"recordDispatch()"
+"DispatchRecorder";"com::sun::star::frame::XDispatchRecorder";"recordDispatchAsComment()"
+"DispatchRecorder";"com::sun::star::frame::XDispatchRecorder";"getRecordedMacro()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorderSupplier.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorderSupplier.csv
new file mode 100644
index 000000000000..6bc38e0fc164
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorderSupplier.csv
@@ -0,0 +1,3 @@
+"DispatchRecorderSupplier";"com::sun::star::frame::XDispatchRecorderSupplier";"setDispatchRecorder()"
+"DispatchRecorderSupplier";"com::sun::star::frame::XDispatchRecorderSupplier";"getDispatchRecorder()"
+"DispatchRecorderSupplier";"com::sun::star::frame::XDispatchRecorderSupplier";"dispatchAndRecord()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Frame.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Frame.csv
new file mode 100644
index 000000000000..8311fb7d082c
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Frame.csv
@@ -0,0 +1,30 @@
+"Frame";"com::sun::star::task::XStatusIndicatorFactory#optional";"createStatusIndicator()"
+"Frame";"com::sun::star::lang::XComponent";"dispose()"
+"Frame";"com::sun::star::lang::XComponent";"addEventListener()"
+"Frame";"com::sun::star::lang::XComponent";"removeEventListener()"
+"Frame";"com::sun::star::frame::Frame";"Title"
+"Frame";"com::sun::star::frame::Frame";"RecorderSupplier#optional"
+"Frame";"com::sun::star::frame::XDispatchProviderInterception";"registerDispatchProviderInterceptor()"
+"Frame";"com::sun::star::frame::XDispatchProviderInterception";"releaseDispatchProviderInterceptor()"
+"Frame";"com::sun::star::frame::XFrame";"initialize()"
+"Frame";"com::sun::star::frame::XFrame";"getContainerWindow()"
+"Frame";"com::sun::star::frame::XFrame";"setCreator()"
+"Frame";"com::sun::star::frame::XFrame";"getCreator()"
+"Frame";"com::sun::star::frame::XFrame";"getName()"
+"Frame";"com::sun::star::frame::XFrame";"setName()"
+"Frame";"com::sun::star::frame::XFrame";"findFrame()"
+"Frame";"com::sun::star::frame::XFrame";"isTop()"
+"Frame";"com::sun::star::frame::XFrame";"activate()"
+"Frame";"com::sun::star::frame::XFrame";"deactivate()"
+"Frame";"com::sun::star::frame::XFrame";"isActive()"
+"Frame";"com::sun::star::frame::XFrame";"setComponent()"
+"Frame";"com::sun::star::frame::XFrame";"getComponentWindow()"
+"Frame";"com::sun::star::frame::XFrame";"getController()"
+"Frame";"com::sun::star::frame::XFrame";"contextChanged()"
+"Frame";"com::sun::star::frame::XFrame";"addFrameActionListener()"
+"Frame";"com::sun::star::frame::XFrame";"removeFrameActionListener()"
+"Frame";"com::sun::star::frame::XFramesSupplier";"getFrames()"
+"Frame";"com::sun::star::frame::XFramesSupplier";"getActiveFrame()"
+"Frame";"com::sun::star::frame::XFramesSupplier";"setActiveFrame()"
+"Frame";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
+"Frame";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobExecutor.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobExecutor.csv
new file mode 100644
index 000000000000..c50e467c90f5
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobExecutor.csv
@@ -0,0 +1 @@
+"JobExecutor";"com::sun::star::task::XJobExecutor";"trigger()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobHandler.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobHandler.csv
new file mode 100644
index 000000000000..0101a53816bd
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobHandler.csv
@@ -0,0 +1,3 @@
+"JobHandler";"com::sun::star::lang::XInitialization#optional";"initialize()"
+"JobHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
+"JobHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MailToDispatcher.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MailToDispatcher.csv
new file mode 100644
index 000000000000..dde54c227e25
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MailToDispatcher.csv
@@ -0,0 +1,3 @@
+"MailToDispatcher";"com::sun::star::lang::XInitialization#optional";"initialize()"
+"MailToDispatcher";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
+"MailToDispatcher";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ServiceHandler.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ServiceHandler.csv
new file mode 100644
index 000000000000..e128a7c9f153
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ServiceHandler.csv
@@ -0,0 +1,3 @@
+"ServiceHandler";"com::sun::star::lang::XInitialization#optional";"initialize()"
+"ServiceHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
+"ServiceHandler";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.SoundHandler.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.SoundHandler.csv
new file mode 100644
index 000000000000..4f07b7cb8a00
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.SoundHandler.csv
@@ -0,0 +1,4 @@
+"SoundHandler";"com::sun::star::frame::XDispatch";"dispatch()"
+"SoundHandler";"com::sun::star::frame::XDispatch";"addStatusListener()"
+"SoundHandler";"com::sun::star::frame::XDispatch";"removeStatusListener()"
+"SoundHandler";"com::sun::star::frame::XNotifyingDispatch";"dispatchWithNotification()"
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.URLTransformer.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.URLTransformer.csv
new file mode 100644
index 000000000000..9d68582e4bb7
--- /dev/null
+++ b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.URLTransformer.csv
@@ -0,0 +1,4 @@
+"URLTransformer";"com::sun::star::util::XURLTransformer";"parseStrict()"
+"URLTransformer";"com::sun::star::util::XURLTransformer";"parseSmart()"
+"URLTransformer";"com::sun::star::util::XURLTransformer";"assemble()"
+"URLTransformer";"com::sun::star::util::XURLTransformer";"getPresentation()"