summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/text/CellRange.idl
parentfix typo (diff)
downloadcore-fc2998738538a8e8abc4b8ab5b84a12aa7365dd0.tar.gz
core-fc2998738538a8e8abc4b8ab5b84a12aa7365dd0.zip
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index f30533e1c527..fa346a524a06 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/style/GraphicLocation.idl>
#include <com/sun/star/chart/XChartDataArray.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** area of cells within a text table.
@@ -63,51 +61,43 @@ published service CellRange
[optional] interface com::sun::star::chart::XChartDataArray;
- //-----------------------------------------------------------------------------
/** contains color of the background.
*/
[property] com::sun::star::util::Color BackColor;
- //-----------------------------------------------------------------------------
/** contains the filter name of the background graphic.
*/
[property] string BackGraphicFilter;
- //-----------------------------------------------------------------------------
/** determines the location of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
- //-----------------------------------------------------------------------------
/** contains the URL of the background graphic.
*/
[property] string BackGraphicURL;
- //-----------------------------------------------------------------------------
/** determines if the background color is transparent.
*/
[property] boolean BackTransparent;
- //-----------------------------------------------------------------------------
/** determines if the first column of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartColumnAsLabel;
- //-----------------------------------------------------------------------------
/** determines if the first row of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartRowAsLabel;
- //-----------------------------------------------------------------------------
/** contains the number format.
*/
@@ -115,7 +105,6 @@ published service CellRange
};
-//=============================================================================
}; }; }; };