From 9b72d9253f469fa58ce5b844ff10740fd7c129eb Mon Sep 17 00:00:00 2001 From: Stephan Wunderlich Date: Mon, 27 Jan 2003 15:14:53 +0000 Subject: NEW: initial version --- .../fwk/com.sun.star.comp.framework.Desktop.csv | 39 ++++++++++++++++++++++ ...om.sun.star.comp.framework.DispatchRecorder.csv | 10 ++++++ ...tar.comp.framework.DispatchRecorderSupplier.csv | 3 ++ .../fwk/com.sun.star.comp.framework.Frame.csv | 30 +++++++++++++++++ .../com.sun.star.comp.framework.JobExecutor.csv | 1 + .../fwk/com.sun.star.comp.framework.JobHandler.csv | 3 ++ ...om.sun.star.comp.framework.MailToDispatcher.csv | 3 ++ .../com.sun.star.comp.framework.ServiceHandler.csv | 3 ++ .../com.sun.star.comp.framework.SoundHandler.csv | 4 +++ .../com.sun.star.comp.framework.URLTransformer.csv | 4 +++ 10 files changed, 100 insertions(+) create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Desktop.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorder.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.DispatchRecorderSupplier.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.Frame.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobExecutor.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.JobHandler.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MailToDispatcher.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ServiceHandler.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.SoundHandler.csv create mode 100644 qadevOOo/objdsc/fwk/com.sun.star.comp.framework.URLTransformer.csv (limited to 'qadevOOo/objdsc/fwk') 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()" -- cgit