summaryrefslogtreecommitdiff
path: root/sd/source/ui/table/TableDesignPane.src
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/table/TableDesignPane.src')
-rw-r--r--sd/source/ui/table/TableDesignPane.src30
1 files changed, 15 insertions, 15 deletions
diff --git a/sd/source/ui/table/TableDesignPane.src b/sd/source/ui/table/TableDesignPane.src
index 9ce9470ffa2b..4ab8d78876d6 100644
--- a/sd/source/ui/table/TableDesignPane.src
+++ b/sd/source/ui/table/TableDesignPane.src
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,37 +36,37 @@ Control DLG_TABLEDESIGNPANE
Size = MAP_APPFONT( 264, 160 );
Text [ en-US ] = "Table Design";
-
+
FixedLine FL_STYLE_OPTIONS+1
{
Pos = MAP_APPFONT ( 143, 3 ) ;
Size = MAP_APPFONT ( 120, 10 ) ;
- OutputSize = TRUE;
+ OutputSize = TRUE;
Text [ en-US ] = "Show";
};
-
+
CheckBox CB_HEADER_ROW+1
{
Pos = MAP_APPFONT ( 146, 16 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Header Row" ;
+ Text [ en-US ] = "Header Row" ;
};
-
+
CheckBox CB_TOTAL_ROW+1
{
Pos = MAP_APPFONT ( 146, 29 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Total Row" ;
+ Text [ en-US ] = "Total Row" ;
};
-
+
CheckBox CB_BANDED_ROWS+1
{
Pos = MAP_APPFONT ( 146, 42 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Banded Rows" ;
+ Text [ en-US ] = "Banded Rows" ;
};
CheckBox CB_FIRST_COLUMN+1
@@ -74,7 +74,7 @@ Control DLG_TABLEDESIGNPANE
Pos = MAP_APPFONT ( 146, 55 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "First Column" ;
+ Text [ en-US ] = "First Column" ;
};
CheckBox CB_LAST_COLUMN+1
@@ -82,7 +82,7 @@ Control DLG_TABLEDESIGNPANE
Pos = MAP_APPFONT ( 146, 68 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Last Column" ;
+ Text [ en-US ] = "Last Column" ;
};
CheckBox CB_BANDED_COLUMNS+1
@@ -90,7 +90,7 @@ Control DLG_TABLEDESIGNPANE
Pos = MAP_APPFONT ( 146, 82 ) ;
Size = MAP_APPFONT ( 120 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Banded Columns" ;
+ Text [ en-US ] = "Banded Columns" ;
};
FixedLine FL_TABLE_STYLES+1
@@ -100,13 +100,13 @@ Control DLG_TABLEDESIGNPANE
OutputSize = TRUE;
Text [ en-US ] = "Styles";
};
-
+
Control CT_TABLE_STYLES+1
{
Pos = MAP_APPFONT ( 6, 14 ) ;
Size = MAP_APPFONT( 120, 143 );
Border = TRUE ;
- TabStop = TRUE ;
+ TabStop = TRUE ;
};
};
@@ -137,7 +137,7 @@ ModalDialog DLG_TABLEDESIGNPANE
Pos = MAP_APPFONT ( 6 , 176 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
- };
+ };
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 158 , 176 ) ;