From c81e99461e33626ff0ae997379041757231342fa Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 23 Oct 2009 09:46:03 +0200 Subject: step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form --- offapi/com/sun/star/form/runtime/makefile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offapi/com/sun/star/form/runtime/makefile.mk') diff --git a/offapi/com/sun/star/form/runtime/makefile.mk b/offapi/com/sun/star/form/runtime/makefile.mk index 81c66826793b..18d59244ddda 100644 --- a/offapi/com/sun/star/form/runtime/makefile.mk +++ b/offapi/com/sun/star/form/runtime/makefile.mk @@ -45,7 +45,9 @@ IDLFILES=\ FeatureState.idl\ FormFeature.idl \ FormOperations.idl \ + FormController.idl \ XFeatureInvalidation.idl \ + XFormController.idl \ XFormOperations.idl \ # ------------------------------------------------------------------ -- cgit From ee4945697ac3b2b4f65105f5eb3fb7a108850c28 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 23 Oct 2009 16:03:52 +0200 Subject: step 1 of the FormController UNOization: base the outgoing calls in the FormController implementation on (new) UNO API, instead of using implementation classes --- offapi/com/sun/star/form/runtime/makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'offapi/com/sun/star/form/runtime/makefile.mk') diff --git a/offapi/com/sun/star/form/runtime/makefile.mk b/offapi/com/sun/star/form/runtime/makefile.mk index 18d59244ddda..b13879e1f65a 100644 --- a/offapi/com/sun/star/form/runtime/makefile.mk +++ b/offapi/com/sun/star/form/runtime/makefile.mk @@ -48,6 +48,7 @@ IDLFILES=\ FormController.idl \ XFeatureInvalidation.idl \ XFormController.idl \ + XFormControllerContext.idl \ XFormOperations.idl \ # ------------------------------------------------------------------ -- cgit From bb3275d5529e5e6553ccbf9ff91e1f458498f3a8 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Thu, 29 Oct 2009 11:59:44 +0100 Subject: step 2 of the FormController UNOization: UNOized all the incoming and outgoing calls, now the interface is completely UNO-based --- offapi/com/sun/star/form/runtime/makefile.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'offapi/com/sun/star/form/runtime/makefile.mk') diff --git a/offapi/com/sun/star/form/runtime/makefile.mk b/offapi/com/sun/star/form/runtime/makefile.mk index b13879e1f65a..97c4451edf40 100644 --- a/offapi/com/sun/star/form/runtime/makefile.mk +++ b/offapi/com/sun/star/form/runtime/makefile.mk @@ -42,11 +42,14 @@ PACKAGE=com$/sun$/star$/form$/runtime # ------------------------------------------------------------------------ IDLFILES=\ - FeatureState.idl\ + FeatureState.idl \ + FilterEvent.idl \ FormFeature.idl \ FormOperations.idl \ FormController.idl \ XFeatureInvalidation.idl \ + XFilterController.idl \ + XFilterControllerListener.idl \ XFormController.idl \ XFormControllerContext.idl \ XFormOperations.idl \ -- cgit