diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-12 20:27:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-12 20:27:34 +0100 |
commit | 0315ef5bbc168896b1d7d8ac5c1657f861fa6a93 (patch) | |
tree | d9874eb3528758ef99c2c2e1cc8f16c2b5d79d4c | |
parent | 6a10f561d9e9cde17534bad7bf0497c9f74ece9e (diff) |
API CHANGE: unpublish Data Pilot interfaces
Change-Id: Ic7547e48f6b00409ed9fe5bf7c3e6921529c9598
SERVICE: /UCR/com/sun/star/sheet/DataPilotSource
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimension
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimensions
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchies
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchy
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevel
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevels
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMember
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMembers
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDataPilotMemberResults
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDataPilotResults
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDimensionsSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XHierarchiesSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XLevelsSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XMembersSupplier
published in 1 but unpublished in 2
16 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotSource.idl b/offapi/com/sun/star/sheet/DataPilotSource.idl index 0aabeff35601..920c17d1234a 100644 --- a/offapi/com/sun/star/sheet/DataPilotSource.idl +++ b/offapi/com/sun/star/sheet/DataPilotSource.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { <p>A component that implements this service can be used as data source for a data pilot table in a spreadsheet document.</p> */ -published service DataPilotSource +service DataPilotSource { /** provides access to the collection of the dimensions of the data diff --git a/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl b/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl index e2c846be0c07..f26c4219cea8 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl @@ -49,7 +49,7 @@ @see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotTable */ -published service DataPilotSourceDimension +service DataPilotSourceDimension { /** provides access to the name of the dimension, i.e. used in diff --git a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl index 3d634d391f7d..f9fc475481db 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceDimensions +service DataPilotSourceDimensions { /** provides access by name to the dimensions in the collection. diff --git a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl index 1fbd6e6aff74..9e2701ac1bc6 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceHierarchies +service DataPilotSourceHierarchies { /** provides access by name to the hierarchies in the collection. diff --git a/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl b/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl index 2d433185cb27..43d8788514df 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceHierarchy +service DataPilotSourceHierarchy { /** provides access to the name of the hierarchy, i.e. used in diff --git a/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl b/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl index 11d4fea4328e..d7fb274fd80f 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl @@ -35,7 +35,7 @@ @see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceLevel +service DataPilotSourceLevel { /** provides access to the name of the level, i.e. used in collections. diff --git a/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl b/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl index 11d712a9b688..e81c46bb4b33 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceLevels +service DataPilotSourceLevels { /** provides access by name to the levels in the collection. diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl index f1d4f6d742b9..1093e1b4fcd7 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceMember +service DataPilotSourceMember { /** provides access to the name of the member. diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl index 01f279906eab..d928a8114516 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSource */ -published service DataPilotSourceMembers +service DataPilotSourceMembers { /** provides access by name to the members in the collection. diff --git a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl index c6635254ec48..9f574783eec0 100644 --- a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl +++ b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::XDataPilotResults */ -published interface XDataPilotMemberResults: com::sun::star::uno::XInterface +interface XDataPilotMemberResults: com::sun::star::uno::XInterface { /** returns the sequence of results for the regarding data pilot diff --git a/offapi/com/sun/star/sheet/XDataPilotResults.idl b/offapi/com/sun/star/sheet/XDataPilotResults.idl index 7d2eae7a4f8d..e5b2c3c23afa 100644 --- a/offapi/com/sun/star/sheet/XDataPilotResults.idl +++ b/offapi/com/sun/star/sheet/XDataPilotResults.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::XDataPilotMemberResults */ -published interface XDataPilotResults: com::sun::star::uno::XInterface +interface XDataPilotResults: com::sun::star::uno::XInterface { /** returns the result array. diff --git a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl b/offapi/com/sun/star/sheet/XDimensionsSupplier.idl index e4c59a655aeb..9294d06cdd96 100644 --- a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl +++ b/offapi/com/sun/star/sheet/XDimensionsSupplier.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource */ -published interface XDimensionsSupplier: com::sun::star::uno::XInterface +interface XDimensionsSupplier: com::sun::star::uno::XInterface { /** returns the collection of dimensions. diff --git a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl index 27e96535dd85..570e014c8f18 100644 --- a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl +++ b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSource */ -published interface XHierarchiesSupplier: com::sun::star::uno::XInterface +interface XHierarchiesSupplier: com::sun::star::uno::XInterface { /** returns the collection of hierarchies. diff --git a/offapi/com/sun/star/sheet/XLevelsSupplier.idl b/offapi/com/sun/star/sheet/XLevelsSupplier.idl index 271a81707c67..f86c1fa3b9a7 100644 --- a/offapi/com/sun/star/sheet/XLevelsSupplier.idl +++ b/offapi/com/sun/star/sheet/XLevelsSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSource */ -published interface XLevelsSupplier: com::sun::star::uno::XInterface +interface XLevelsSupplier: com::sun::star::uno::XInterface { /** returns the collection of levels. diff --git a/offapi/com/sun/star/sheet/XMembersSupplier.idl b/offapi/com/sun/star/sheet/XMembersSupplier.idl index d00f5f84a4d5..00172207b868 100644 --- a/offapi/com/sun/star/sheet/XMembersSupplier.idl +++ b/offapi/com/sun/star/sheet/XMembersSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSource */ -published interface XMembersSupplier: com::sun::star::uno::XInterface +interface XMembersSupplier: com::sun::star::uno::XInterface { /** returns the collection of members. diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex b62918fa685b..7df2fa7e1ba5 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |