Kaydet (Commit) 0315ef5b authored tarafından Kohei Yoshida's avatar Kohei Yoshida Kaydeden (comit) Michael Stahl

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
üst 6a10f561
...@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { ...@@ -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 <p>A component that implements this service can be used as data source
for a data pilot table in a spreadsheet document.</p> 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 /** provides access to the collection of the dimensions of the data
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::DataPilotTable @see com::sun::star::sheet::DataPilotTable
*/ */
published service DataPilotSourceDimension service DataPilotSourceDimension
{ {
/** provides access to the name of the dimension, i.e. used in /** provides access to the name of the dimension, i.e. used in
......
...@@ -30,7 +30,7 @@ module com { module sun { module star { module sheet { ...@@ -30,7 +30,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceDimensions service DataPilotSourceDimensions
{ {
/** provides access by name to the dimensions in the collection. /** provides access by name to the dimensions in the collection.
......
...@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { ...@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceHierarchies service DataPilotSourceHierarchies
{ {
/** provides access by name to the hierarchies in the collection. /** provides access by name to the hierarchies in the collection.
......
...@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { ...@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceHierarchy service DataPilotSourceHierarchy
{ {
/** provides access to the name of the hierarchy, i.e. used in /** provides access to the name of the hierarchy, i.e. used in
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
@see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceLevel service DataPilotSourceLevel
{ {
/** provides access to the name of the level, i.e. used in collections. /** provides access to the name of the level, i.e. used in collections.
......
...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { ...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceLevels service DataPilotSourceLevels
{ {
/** provides access by name to the levels in the collection. /** provides access by name to the levels in the collection.
......
...@@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { ...@@ -37,7 +37,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceMember service DataPilotSourceMember
{ {
/** provides access to the name of the member. /** provides access to the name of the member.
......
...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { ...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
*/ */
published service DataPilotSourceMembers service DataPilotSourceMembers
{ {
/** provides access by name to the members in the collection. /** provides access by name to the members in the collection.
......
...@@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { ...@@ -36,7 +36,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::XDataPilotResults @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 /** returns the sequence of results for the regarding data pilot
......
...@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { ...@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource @see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::XDataPilotMemberResults @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. /** returns the result array.
......
...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet { ...@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource @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. /** returns the collection of dimensions.
......
...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { ...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource @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. /** returns the collection of hierarchies.
......
...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { ...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceHierarchy @see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource @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. /** returns the collection of levels.
......
...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { ...@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel @see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource @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. /** returns the collection of members.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment