diff options
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r-- | offapi/com/sun/star/text/CellRange.idl | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl index d188e301d..b68a7e021 100644 --- a/offapi/com/sun/star/text/CellRange.idl +++ b/offapi/com/sun/star/text/CellRange.idl @@ -27,49 +27,19 @@ #ifndef __com_sun_star_text_CellRange_idl__ #define __com_sun_star_text_CellRange_idl__ -#ifndef __com_sun_star_table_XCellRange_idl__ #include <com/sun/star/table/XCellRange.idl> -#endif - -#ifndef __com_sun_star_util_Color_idl__ #include <com/sun/star/util/Color.idl> -#endif - -#ifndef __com_sun_star_sheet_XCellRangeData_idl__ #include <com/sun/star/sheet/XCellRangeData.idl> -#endif - -#ifndef __com_sun_star_container_XNamed_idl__ #include <com/sun/star/container/XNamed.idl> -#endif - -#ifndef __com_sun_star_style_ParagraphProperties_idl__ #include <com/sun/star/style/ParagraphProperties.idl> -#endif -#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__ #include <com/sun/star/style/ParagraphPropertiesAsian.idl> -#endif -#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__ #include <com/sun/star/style/ParagraphPropertiesComplex.idl> -#endif -#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__ #include <com/sun/star/style/CharacterPropertiesAsian.idl> -#endif -#ifndef __com_sun_star_style_CharacterProperties_Complex_idl__ #include <com/sun/star/style/CharacterPropertiesComplex.idl> -#endif -#ifndef __com_sun_star_style_CharacterProperties_idl__ #include <com/sun/star/style/CharacterProperties.idl> -#endif -#ifndef __com_sun_star_sheet_XCellRangeData_idl__ #include <com/sun/star/sheet/XCellRangeData.idl> -#endif -#ifndef __com_sun_star_style_GraphicLocation_idl__ #include <com/sun/star/style/GraphicLocation.idl> -#endif -#ifndef __com_sun_star_chart_XChartDataArray_idl__ #include <com/sun/star/chart/XChartDataArray.idl> -#endif //============================================================================= @@ -115,7 +85,7 @@ published service CellRange //----------------------------------------------------------------------------- - /** determins the location of the background graphic. + /** determines the location of the background graphic. */ [property] com::sun::star::style::GraphicLocation BackGraphicLocation; @@ -127,20 +97,20 @@ published service CellRange //----------------------------------------------------------------------------- - /** determins if the background color is transparent. + /** determines if the background color is transparent. */ [property] boolean BackTransparent; //----------------------------------------------------------------------------- - /** determins if the first column of the table should be treated as + /** determines if the first column of the table should be treated as axis labels when a chart is to be created. */ [property] boolean ChartColumnAsLabel; //----------------------------------------------------------------------------- - /** determins if the first row of the table should be treated as + /** determines if the first row of the table should be treated as axis labels when a chart is to be created. */ [property] boolean ChartRowAsLabel; |