summaryrefslogtreecommitdiff
path: root/cui/source/options/optfltr.src
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-09-29 09:15:47 +0200
committerJan Holesovsky <kendy@collabora.com>2013-09-29 14:49:42 +0200
commited25f39a72e02a5f30652f9ad55fcfe5551c3026 (patch)
treea2e0fa3ba2a50482d8e2235ba341730892c7fe40 /cui/source/options/optfltr.src
parent8b949134441056a1455d67ddfdd7e0bc5f2ee682 (diff)
Convert optfltr page to .ui + adapt code.
Change-Id: I4a854862059b531fa8e07c5cd938f776408e8c81
Diffstat (limited to 'cui/source/options/optfltr.src')
-rw-r--r--cui/source/options/optfltr.src76
1 files changed, 22 insertions, 54 deletions
diff --git a/cui/source/options/optfltr.src b/cui/source/options/optfltr.src
index f1d3ae371cf7..628b26df8b57 100644
--- a/cui/source/options/optfltr.src
+++ b/cui/source/options/optfltr.src
@@ -17,63 +17,31 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "optfltr.hrc"
#include <cuires.hrc>
-// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
-TabPage RID_OFAPAGE_MSFILTEROPT2
+String RID_SVXSTR_HEADER1
{
- HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
- OutputSize = TRUE ;
- Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
- SVLook = TRUE ;
- Hide = TRUE ;
-
- Control CLB_SETTINGS
- {
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 248 , 147 ) ;
- Border = TRUE ;
- TabStop = TRUE ;
- };
- String ST_HEADER1
- {
- Text [ en-US ] = "[L]";
- };
- String ST_HEADER2
- {
- Text [ en-US ] = "[S]";
- };
- FixedText FT_HEADER1_EXPLANATION
- {
- Pos = MAP_APPFONT ( 6 , 160 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "[L]: Load and convert the object";
- };
- FixedText FT_HEADER2_EXPLANATION
- {
- Pos = MAP_APPFONT ( 6 , 171 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "[S]: Convert and save the object";
- };
- String ST_CHG_MATH
- {
- Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse";
- };
- String ST_CHG_WRITER
- {
- Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse";
- };
- String ST_CHG_CALC
- {
- Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse";
- };
- String ST_CHG_IMPRESS
- {
- Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse";
- };
+ Text [ en-US ] = "[L]";
+};
+String RID_SVXSTR_HEADER2
+{
+ Text [ en-US ] = "[S]";
+};
+String RID_SVXSTR_CHG_MATH
+{
+ Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse";
+};
+String RID_SVXSTR_CHG_WRITER
+{
+ Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse";
+};
+String RID_SVXSTR_CHG_CALC
+{
+ Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse";
+};
+String RID_SVXSTR_CHG_IMPRESS
+{
+ Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse";
};
-
- // ******************************************************************* EOF
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */