Drop obsolete preprocessor directives from UNOIDL files

...which were used by ildc, which is gone since
a8485d558f "[API CHANGE] Remove deprecated idlc
and regmerge from the SDK", and have always been ignored as legacy by its
unoidl-write replacement.

This change has been carried out (making use of GNU sed extensions) with

> for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl

which apparently happened to do the work.  (The final two files are not UNOIDL
source files.)

Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-06-10 16:57:49 +02:00
parent 32dd76143b
commit 5687eba49f
4626 changed files with 0 additions and 34144 deletions

View file

@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/lang/ClassNotFoundException.idl>
#include <com/sun/star/lang/IllegalAccessException.idl>
#include <com/sun/star/uno/DeploymentException.idl>
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/RuntimeException.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uno/XNamingService.idl>
#include <com/sun/star/lang/XComponent.idl>
module test { module cliure { module climaker {
enum Enum1 { VALUE1 = -100, VALUE2 = 100 };

View file

@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/XInterface.idl>
module test { module codemaker { module javamaker { module java15 {
struct PolyStruct<if,else> {

View file

@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/lang/ClassNotFoundException.idl>
#include <com/sun/star/lang/IllegalAccessException.idl>
#include <com/sun/star/uno/DeploymentException.idl>
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/RuntimeException.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uno/XNamingService.idl>
module test { module codemaker { module javamaker {
enum Enum1 { VALUE1 = -100, VALUE2 = 100 };

View file

@ -19,14 +19,6 @@
/*TODO: Do not depend on types for which C++ header files are only generated
later in the build process in offuh: */
#include <com/sun/star/lang/ClassNotFoundException.idl>
#include <com/sun/star/lang/IllegalAccessException.idl>
#include <com/sun/star/lang/Locale.idl>
#include <com/sun/star/uno/DeploymentException.idl>
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/RuntimeException.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uno/XNamingService.idl>
singleton FILE: com::sun::star::uno::XInterface;
singleton lconv: com::sun::star::uno::XInterface;

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/XInterface.idl>
enum Enum1 { M0, M1, M2 };
enum Enum2 { M0, M1, M2 };

View file

@ -17,17 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __testtools_servicetests_TestService1_idl__
#define __testtools_servicetests_TestService1_idl__
#include <com/sun/star/beans/Ambiguous.idl>
#include <com/sun/star/beans/Defaulted.idl>
#include <com/sun/star/beans/Optional.idl>
#include <com/sun/star/beans/PropertyVetoException.idl>
#include <com/sun/star/beans/UnknownPropertyException.idl>
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/uno/XInterface.idl>
module test { module cppuhelper { module propertysetmixin {
interface XTest1 {
@ -74,6 +63,4 @@ service JavaSupplier: XSupplier;
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_cppuhelper_detail_XExceptionThrower_idl
#define INCLUDED_cppuhelper_detail_XExceptionThrower_idl
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/XInterface.idl>
module cppuhelper { module detail {
@ -36,6 +30,4 @@ interface XExceptionThrower : com::sun::star::uno::XInterface
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _com_sun_star_comp_smoketest_LocationTest_idl_
#define _com_sun_star_comp_smoketest_LocationTest_idl_
#include <com/sun/star/lang/XServiceInfo.idl>
module com { module sun { module star { module comp { module smoketest {
// example service, XServiceInfo is implemented here for demonstration
@ -29,6 +24,4 @@ module com { module sun { module star { module comp { module smoketest {
service TestExtension: ::com::sun::star::lang::XServiceInfo;
};};};};};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_
#define _com_sun_star_comp_smoketest_TestExtension_idl_
#include <com/sun/star/lang/XServiceInfo.idl>
module com { module sun { module star { module comp { module smoketest {
// example service, XServiceInfo is implemented here for demonstration
@ -29,6 +24,4 @@ module com { module sun { module star { module comp { module smoketest {
service TestExtension: css::lang::XServiceInfo;
};};};};};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/script/XInvocation.idl>
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/lang/XEventListener.idl>
module oletest
{

View file

@ -33,9 +33,6 @@
*
*************************************************************************/
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
module mymodule
{

View file

@ -33,16 +33,9 @@
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL
#define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL
#include <XSomethingA.idl>
module com { module sun { module star { module test {
service SomethingA: XSomethingA;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,16 +33,9 @@
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL
#define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL
#include <XSomethingB.idl>
module com { module sun { module star { module test {
service SomethingB : XSomethingB;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,18 +33,11 @@
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
#define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module test {
interface XSomethingA {
string methodOne([in]string value);
};
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,18 +33,11 @@
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
#define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module test {
interface XSomethingB {
string methodTwo([in]string value);
};
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,11 +33,6 @@
*
*************************************************************************/
#ifndef _org_openoffice_LicenseTest_idl_
#define _org_openoffice_LicenseTest_idl_
#include <com/sun/star/lang/XServiceInfo.idl>
// org
module org {
// openoffice
@ -48,6 +43,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,17 +33,10 @@
*
*************************************************************************/
#ifndef _org_openoffice_test_ImageShrink_idl_
#define _org_openoffice_test_ImageShrink_idl_
#include <org/openoffice/test/XImageShrinkFilter.idl>
module org { module openoffice { module test {
service ImageShrink : XImageShrinkFilter;
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,12 +33,6 @@
*
*************************************************************************/
#ifndef _org_openoffice_test_XImageShrink_idl_
#define _org_openoffice_test_XImageShrink_idl_
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/Size.idl>
module org { module openoffice { module test {
interface XImageShrink {
@ -51,6 +45,4 @@ interface XImageShrink {
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,12 +33,6 @@
*
*************************************************************************/
#ifndef _org_openoffice_test_XImageShrinkFilter_idl_
#define _org_openoffice_test_XImageShrinkFilter_idl_
#include <com/sun/star/document/XFilter.idl>
#include <org/openoffice/test/XImageShrink.idl>
module org { module openoffice { module test {
interface XImageShrinkFilter {
@ -48,6 +42,4 @@ interface XImageShrinkFilter {
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -32,17 +32,11 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL
#define INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL
#include <XTestDialogHandler.idl>
module com { module sun { module star { module test {
service TestDialogHandler : XTestDialogHandler;
}; }; }; };
#endif

View file

@ -33,14 +33,6 @@
*
*************************************************************************/
#ifndef INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL
#define INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/XDialog.idl>
#include <com/sun/star/frame/XModel.idl>
#include <com/sun/star/frame/XFrame.idl>
module com { module sun { module star { module test {
interface XTestDialogHandler {
string createDialog( [in] string DialogURL, [in] ::com::sun::star::frame::XModel xModel,
@ -51,6 +43,4 @@ module com { module sun { module star { module test {
};
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,12 +33,6 @@
*
*************************************************************************/
#ifndef _ORG_OPENOFFICE_SHEET_ADDIN_XEXAMPLEADDIN_IDL_
#define _ORG_OPENOFFICE_SHEET_ADDIN_XEXAMPLEADDIN_IDL_
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XVolatileResult.idl>
module org {
module openoffice {
module sheet {
@ -57,6 +51,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,8 +33,6 @@
*
*************************************************************************/
#include <com/sun/star/uno/XInterface.idl>
module foo
{
/**

View file

@ -33,11 +33,6 @@
*
*************************************************************************/
#ifndef INCLUDED_ORG_OPENOFFICE_INSTANCEINSPECTOR_IDL
#define INCLUDED_ORG_OPENOFFICE_INSTANCEINSPECTOR_IDL
#include <XInstanceInspector.idl>
module org { module openoffice {
@ -50,6 +45,4 @@ module org { module openoffice {
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,11 +33,6 @@
*
*************************************************************************/
#ifndef INCLUDED_ORG_OPENOFFICE_XINSTANCEINSPECTOR_IDL
#define INCLUDED_ORG_OPENOFFICE_XINSTANCEINSPECTOR_IDL
#include <com/sun/star/uno/XInterface.idl>
module org { module openoffice {
interface XInstanceInspector {
@ -54,6 +49,4 @@ module org { module openoffice {
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,11 +33,6 @@
*
*************************************************************************/
#ifndef _org_openoffice_MinimalComponent_idl_
#define _org_openoffice_MinimalComponent_idl_
#include <com/sun/star/lang/XServiceInfo.idl>
// org
module org {
// openoffice
@ -50,6 +45,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -32,11 +32,6 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
#ifndef INCLUDED_ORG_OPENOFFICE_SHEET_ADDIN_XCALCADDIN_IDL
#define INCLUDED_ORG_OPENOFFICE_SHEET_ADDIN_XCALCADDIN_IDL
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/sheet/AddIn.idl>
module org {
@ -98,6 +93,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,11 +33,6 @@
*
*************************************************************************/
#ifndef INCLUDED_ORG_OPENOFFICE_TODO_IDL
#define INCLUDED_ORG_OPENOFFICE_TODO_IDL
#include <XToDo.idl>
/// org
module org {
/// openoffice
@ -48,6 +43,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -33,9 +33,6 @@
*
*************************************************************************/
#ifndef INCLUDED_ORG_OPENOFFICE_XTODO_IDL
#define INCLUDED_ORG_OPENOFFICE_XTODO_IDL
/// org
module org {
@ -48,6 +45,4 @@ module org {
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_Accessible_idl__
#define __com_sun_star_accessibility_Accessible_idl__
module com { module sun { module star { module accessibility {
@ -45,6 +43,4 @@ service Accessible
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleContext_idl__
#define __com_sun_star_accessibility_AccessibleContext_idl__
module com { module sun { module star { module accessibility {
@ -56,6 +54,4 @@ service AccessibleContext
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleEventId_idl__
#define __com_sun_star_accessibility_AccessibleEventId_idl__
module com { module sun { module star { module accessibility {
@ -443,6 +441,4 @@ constants AccessibleEventId
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleEventObject_idl__
#define __com_sun_star_accessibility_AccessibleEventObject_idl__
#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module accessibility {
@ -56,6 +52,4 @@ struct AccessibleEventObject: ::com::sun::star::lang::EventObject
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleRelation_idl__
#define __com_sun_star_accessibility_AccessibleRelation_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
@ -55,6 +51,4 @@ struct AccessibleRelation
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleRelationType_idl__
#define __com_sun_star_accessibility_AccessibleRelationType_idl__
module com { module sun { module star { module accessibility {
@ -118,6 +116,4 @@ constants AccessibleRelationType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleRole_idl__
#define __com_sun_star_accessibility_AccessibleRole_idl__
module com { module sun { module star { module accessibility {
/** Collection of roles.
@ -744,6 +741,4 @@ constants AccessibleRole
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleScrollType_idl__
#define __com_sun_star_accessibility_AccessibleScrollType_idl__
module com { module sun { module star { module accessibility {
/** Scroll types
@ -76,6 +73,4 @@ enum AccessibleScrollType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleStateType_idl__
#define __com_sun_star_accessibility_AccessibleStateType_idl__
module com { module sun { module star { module accessibility {
/** Collection of state types.
@ -242,6 +239,4 @@ constants AccessibleStateType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleTableModelChange_idl__
#define __com_sun_star_accessibility_AccessibleTableModelChange_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
/** This structure lets an event give access to a change of a table model.
@ -77,6 +72,4 @@ struct AccessibleTableModelChange
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__
#define __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
/** Type of a change made to a table model.
@ -100,6 +95,4 @@ constants AccessibleTableModelChangeType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_AccessibleTextType_idl__
#define __com_sun_star_accessibility_AccessibleTextType_idl__
module com { module sun { module star { module accessibility {
@ -94,6 +91,4 @@ constants AccessibleTextType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__
#define __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__
#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module accessibility {
/** Indicates invalid or unavailable state information.
@ -41,6 +36,4 @@ exception IllegalAccessibleComponentStateException
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_Accessible_idl__
#define __com_sun_star_accessibility_Accessible_idl__
#include <com/sun/star/accessibility/XMSAAService.idl>
module com { module sun { module star { module accessibility {
@ -27,6 +23,4 @@ service MSAAService: XMSAAService;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_TextSegment_idl__
#define __com_sun_star_accessibility_TextSegment_idl__
module com { module sun { module star { module accessibility {
/** This structure describes a text segment that is embedded in a larger
@ -74,6 +71,4 @@ struct TextSegment
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessible_idl__
#define __com_sun_star_accessibility_XAccessible_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
interface XAccessibleContext;
@ -73,6 +68,4 @@ interface XAccessible : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleAction_idl__
#define __com_sun_star_accessibility_XAccessibleAction_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
interface XAccessibleKeyBinding;
@ -108,6 +102,4 @@ interface XAccessibleAction : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleComponent_idl__
#define __com_sun_star_accessibility_XAccessibleComponent_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/XFocusListener.idl>
#include <com/sun/star/awt/XFont.idl>
#include <com/sun/star/awt/FontDescriptor.idl>
#include <com/sun/star/awt/Point.idl>
#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/awt/Size.idl>
#include <com/sun/star/util/Color.idl>
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -209,6 +197,4 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleContext_idl__
#define __com_sun_star_accessibility_XAccessibleContext_idl__
#include <com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/XPropertyChangeListener.idl>
#include <com/sun/star/lang/Locale.idl>
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -193,6 +185,4 @@ interface XAccessibleContext : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleContext2_idl__
#define __com_sun_star_accessibility_XAccessibleContext2_idl__
module com { module sun { module star { module accessibility {
/** Implement this interface for exposing more aspects of a class's
@ -51,6 +48,4 @@ interface XAccessibleContext2 : ::com::sun::star::accessibility::XAccessibleCont
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleContext3_idl__
#define __com_sun_star_accessibility_XAccessibleContext3_idl__
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -40,6 +37,4 @@ interface XAccessibleContext3 : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleEditableText_idl__
#define __com_sun_star_accessibility_XAccessibleEditableText_idl__
#include <com/sun/star/accessibility/XAccessibleText.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give read and write access to a text
@ -223,6 +216,4 @@ interface XAccessibleEditableText
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleEventBroadcaster_idl__
#define __com_sun_star_accessibility_XAccessibleEventBroadcaster_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
interface XAccessibleEventListener;
@ -49,6 +44,4 @@ interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleEventListener_idl__
#define __com_sun_star_accessibility_XAccessibleEventListener_idl__
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/accessibility/AccessibleEventObject.idl>
module com { module sun { module star { module accessibility {
/** makes it possible to register a component as a listener, which is called whenever
@ -42,6 +36,4 @@ interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleAttribute_idl__
#define __com_sun_star_accessibility_XAccessibleAttribute_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
@ -32,6 +27,4 @@ interface XAccessibleExtendedAttributes : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleExtendedComponent_idl__
#define __com_sun_star_accessibility_XAccessibleExtendedComponent_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/XFocusListener.idl>
#include <com/sun/star/awt/XFont.idl>
#include <com/sun/star/awt/FontDescriptor.idl>
#include <com/sun/star/awt/Point.idl>
#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/awt/Size.idl>
#include <com/sun/star/accessibility/XAccessibleComponent.idl>
module com { module sun { module star { module accessibility {
/** The XAccessibleExtendedComponent interface contains
@ -82,6 +70,4 @@ interface XAccessibleExtendedComponent : XAccessibleComponent
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleGroupPosition_idl__
#define __com_sun_star_accessibility_XAccessibleGroupPosition_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
@ -35,6 +30,4 @@ interface XAccessibleGroupPosition : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleHyperlink_idl__
#define __com_sun_star_accessibility_XAccessibleHyperlink_idl__
#include <com/sun/star/accessibility/XAccessibleAction.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to represent a hyperlink or a group of
@ -126,6 +120,4 @@ interface XAccessibleHyperlink :
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleHypertext_idl__
#define __com_sun_star_accessibility_XAccessibleHypertext_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/accessibility/XAccessibleText.idl>
module com { module sun { module star { module accessibility {
interface XAccessibleHyperlink;
@ -101,6 +94,4 @@ interface XAccessibleHypertext
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleImage_idl__
#define __com_sun_star_accessibility_XAccessibleImage_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to represent images and icons.
@ -73,6 +68,4 @@ interface XAccessibleImage : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleKeyBinding_idl__
#define __com_sun_star_accessibility_XAccessibleKeyBinding_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/KeyStroke.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
/** This interface can be used to represent any number of key bindings which
@ -76,6 +69,4 @@ interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleMultiLineText_idl__
#define __com_sun_star_accessibility_XAccessibleMultiLineText_idl__
#include <com/sun/star/accessibility/XAccessibleText.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give provide a mapping between text index
@ -131,6 +124,4 @@ interface XAccessibleMultiLineText
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleRelationSet_idl__
#define __com_sun_star_accessibility_XAccessibleRelationSet_idl__
#include <com/sun/star/accessibility/AccessibleRelation.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give access to an object's set of relations.
@ -95,6 +88,4 @@ interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleSelection_idl__
#define __com_sun_star_accessibility_XAccessibleSelection_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -148,6 +142,4 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleStateSet_idl__
#define __com_sun_star_accessibility_XAccessibleStateSet_idl__
#include <com/sun/star/accessibility/AccessibleStateType.idl>
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -93,6 +87,4 @@ interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleTable_idl__
#define __com_sun_star_accessibility_XAccessibleTable_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
interface XAccessible;
@ -372,6 +366,4 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleTableSelection_idl__
#define __com_sun_star_accessibility_XAccessibleTableSelection_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module accessibility {
@ -37,6 +32,4 @@ interface XAccessibleTableSelection : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,19 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleText_idl__
#define __com_sun_star_accessibility_XAccessibleText_idl__
#include <com/sun/star/accessibility/AccessibleTextType.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/Point.idl>
#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
#include <com/sun/star/beans/UnknownPropertyException.idl>
#include <com/sun/star/accessibility/TextSegment.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give read-only access to a text.
@ -522,6 +509,4 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleTextAttributes_idl__
#define __com_sun_star_accessibility_XAccessibleTextAttributes_idl__
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
#include <com/sun/star/beans/UnknownPropertyException.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give access to the attributes of a text.
@ -93,6 +86,4 @@ interface XAccessibleTextAttributes
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleTextMarkup_idl__
#define __com_sun_star_accessibility_XAccessibleTextMarkup_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/accessibility/XAccessibleText.idl>
#include <com/sun/star/accessibility/TextSegment.idl>
module com { module sun { module star { module accessibility {
interface XAccessibleTextMarkup;
@ -119,6 +110,4 @@ interface XAccessibleTextMarkup
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleTextSelection_idl__
#define __com_sun_star_accessibility_XAccessibleTextSelection_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/Point.idl>
#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module accessibility {
@ -44,6 +36,4 @@ interface XAccessibleTextSelection : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XAccessibleValue_idl__
#define __com_sun_star_accessibility_XAccessibleValue_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module accessibility {
/** Implement this interface to give access to a single numerical value.
@ -109,6 +104,4 @@ interface XAccessibleValue : ::com::sun::star::uno::XInterface
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_accessibility_XMSAASERVICE_idl__
#define __com_sun_star_accessibility_XMSAASERVICE_idl__
#include <com/sun/star/lang/XComponent.idl>
module com { module sun { module star { module accessibility {
@ -41,6 +37,4 @@ interface XMSAAService : ::com::sun::star::lang::XComponent
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimateColor_idl__
#define __com_sun_star_animations_AnimateColor_idl__
#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service AnimateColor : com::sun::star::animations::XAnimate;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimateMotion_idl__
#define __com_sun_star_animations_AnimateMotion_idl__
#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service AnimateMotion : com::sun::star::animations::XAnimationNode;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -6,10 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef __com_sun_star_animations_AnimatePhysics_idl__
#define __com_sun_star_animations_AnimatePhysics_idl__
#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@ -20,6 +16,4 @@ service AnimatePhysics : com::sun::star::animations::XAnimationNode;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimateSet_idl__
#define __com_sun_star_animations_AnimateSet_idl__
#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service AnimateSet : com::sun::star::animations::XAnimate;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__
#define __com_sun_star_animations_AnimationAdditiveMode_idl__
module com { module sun { module star { module animations {
@ -41,6 +39,4 @@ constants AnimationAdditiveMode
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationCalcMode_idl__
#define __com_sun_star_animations_AnimationCalcMode_idl__
module com { module sun { module star { module animations {
@ -60,6 +58,4 @@ constants AnimationCalcMode
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationColorSpace_idl__
#define __com_sun_star_animations_AnimationColorSpace_idl__
module com { module sun { module star { module animations {
@ -44,6 +42,4 @@ constants AnimationColorSpace
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationEndSync_idl__
#define __com_sun_star_animations_AnimationEndSync_idl__
module com { module sun { module star { module animations {
@ -67,6 +65,4 @@ constants AnimationEndSync
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationFill_idl__
#define __com_sun_star_animations_AnimationFill_idl__
module com { module sun { module star { module animations {
@ -86,6 +84,4 @@ constants AnimationFill
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationNodeType_idl__
#define __com_sun_star_animations_AnimationNodeType_idl__
module com { module sun { module star { module animations {
@ -79,6 +77,4 @@ constants AnimationNodeType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationRestart_idl__
#define __com_sun_star_animations_AnimationRestart_idl__
module com { module sun { module star { module animations {
@ -61,6 +59,4 @@ constants AnimationRestart
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationTransformType_idl__
#define __com_sun_star_animations_AnimationTransformType_idl__
module com { module sun { module star { module animations {
@ -53,6 +51,4 @@ constants AnimationTransformType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_AnimationValueType_idl__
#define __com_sun_star_animations_AnimationValueType_idl__
module com { module sun { module star { module animations {
@ -43,6 +41,4 @@ constants AnimationValueType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_Audio_idl__
#define __com_sun_star_animations_Audio_idl__
#include <com/sun/star/animations/XAudio.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service Audio : com::sun::star::animations::XAudio;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_Command_idl__
#define __com_sun_star_animations_Command_idl__
#include <com/sun/star/animations/XCommand.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service Command : com::sun::star::animations::XCommand;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_Event_idl__
#define __com_sun_star_animations_Event_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module animations {
@ -53,6 +49,4 @@ struct Event
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_EventTrigger_idl__
#define __com_sun_star_animations_EventTrigger_idl__
module com { module sun { module star { module animations {
@ -75,6 +73,4 @@ constants EventTrigger
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_IterateContainer_idl__
#define __com_sun_star_animations_IterateContainer_idl__
#include <com/sun/star/animations/XTimeContainer.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service IterateContainer : com::sun::star::animations::XTimeContainer;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_ParallelTimeContainer_idl__
#define __com_sun_star_animations_ParallelTimeContainer_idl__
#include <com/sun/star/animations/XParallelTimeContainer.idl>
module com { module sun { module star { module animations {
@ -32,6 +28,4 @@ service ParallelTimeContainer : com::sun::star::animations::XParallelTimeContain
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_SequenceTimeContainer_idl__
#define __com_sun_star_animations_SequenceTimeContainer_idl__
#include <com/sun/star/animations/XTimeContainer.idl>
module com { module sun { module star { module animations {
@ -33,6 +29,4 @@ service SequenceTimeContainer : XTimeContainer;
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_TargetProperties_idl__
#define __com_sun_star_animations_TargetProperties_idl__
#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module animations {
@ -43,6 +39,4 @@ struct TargetProperties
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_TimeFilterPair_idl__
#define __com_sun_star_animations_TimeFilterPair_idl__
module com { module sun { module star { module animations {
@ -33,6 +31,4 @@ struct TimeFilterPair
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_Timing_idl__
#define __com_sun_star_animations_Timing_idl__
module com { module sun { module star { module animations {
@ -37,6 +35,4 @@ enum Timing
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_TransitionSubType_idl__
#define __com_sun_star_animations_TransitionSubType_idl__
module com { module sun { module star { module animations {
@ -150,6 +148,4 @@ constants TransitionSubType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_TransitionType_idl__
#define __com_sun_star_animations_TransitionType_idl__
module com { module sun { module star { module animations {
@ -77,6 +75,4 @@ constants TransitionType
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_ValuePair_idl__
#define __com_sun_star_animations_ValuePair_idl__
module com { module sun { module star { module animations {
@ -32,6 +30,4 @@ struct ValuePair
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_XAnimate_idl__
#define __com_sun_star_animations_XAnimate_idl__
#include <com/sun/star/animations/XAnimationNode.idl>
#include <com/sun/star/animations/TimeFilterPair.idl>
module com { module sun { module star { module animations {
@ -133,6 +128,4 @@ interface XAnimate : XAnimationNode
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __com_sun_star_animations_XAnimateColor_idl__
#define __com_sun_star_animations_XAnimateColor_idl__
#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@ -58,6 +54,4 @@ interface XAnimateColor : XAnimate
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Some files were not shown because too many files have changed in this diff Show more