From 2f14dc8754302f72addeb6797246d55b59fb9f4e Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 9 Feb 2012 14:22:04 -0500 Subject: Use names from unonames.hxx to be consistent. And removed duplicated defines. --- sc/inc/unonames.hxx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sc/inc/unonames.hxx') diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index c6e7d78c6a91..0a91ece456cf 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -565,18 +565,18 @@ #define SC_UNO_DP_COLGRAND "ColumnGrand" #define SC_UNO_DP_ROWGRAND "RowGrand" #define SC_UNO_DP_ORIGINAL "Original" -#define SC_UNO_DP_ISDATALA "IsDataLayoutDimension" -#define SC_UNO_DP_ORIENTAT "Orientation" +#define SC_UNO_DP_ISDATALAYOUT "IsDataLayoutDimension" +#define SC_UNO_DP_ORIENTATION "Orientation" #define SC_UNO_DP_POSITION "Position" #define SC_UNO_DP_FUNCTION "Function" -#define SC_UNO_DP_USEDHIER "UsedHierarchy" +#define SC_UNO_DP_USEDHIERARCHY "UsedHierarchy" #define SC_UNO_DP_FILTER "Filter" #define SC_UNO_DP_SUBTOTAL "SubTotals" -#define SC_UNO_DP_SHOWEMPT "ShowEmpty" -#define SC_UNO_DP_ISVISIBL "IsVisible" -#define SC_UNO_DP_SHOWDETA "ShowDetails" -#define SC_UNO_DP_IGNOREEM "IgnoreEmptyRows" -#define SC_UNO_DP_REPEATIF "RepeatIfEmpty" +#define SC_UNO_DP_SHOWEMPTY "ShowEmpty" +#define SC_UNO_DP_ISVISIBLE "IsVisible" +#define SC_UNO_DP_SHOWDETAILS "ShowDetails" +#define SC_UNO_DP_IGNOREEMPTY "IgnoreEmptyRows" +#define SC_UNO_DP_REPEATEMPTY "RepeatIfEmpty" #define SC_UNO_DP_DATADESC "DataDescription" #define SC_UNO_DP_NUMBERFO SC_UNONAME_NUMFMT #define SC_UNO_DP_ROWFIELDCOUNT "RowFieldCount" @@ -594,12 +594,12 @@ #define SC_UNO_DP_LAYOUT "Layout" // data pilot descriptor -#define SC_UNO_DP_IGNEMPROWS "IgnoreEmptyRows" -#define SC_UNO_DP_RPTEMPTY "RepeatIfEmpty" +#define SC_UNO_DP_IGNORE_EMPTYROWS "IgnoreEmptyRows" +#define SC_UNO_DP_REPEATEMPTY "RepeatIfEmpty" #define SC_UNO_DP_DRILLDOWN "DrillDownOnDoubleClick" -#define SC_UNO_DP_SHOWFILT "ShowFilterButton" +#define SC_UNO_DP_SHOWFILTER "ShowFilterButton" #define SC_UNO_DP_IMPORTDESC "ImportDescriptor" -#define SC_UNO_DP_SOURCESERV "SourceServiceName" +#define SC_UNO_DP_SOURCESERVICE "SourceServiceName" #define SC_UNO_DP_SERVICEARG "ServiceArguments" // properties in data pilot descriptor ServiceArguments -- cgit