13c07ef42SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 33c07ef42SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 43c07ef42SAndrew Rist * or more contributor license agreements. See the NOTICE file 53c07ef42SAndrew Rist * distributed with this work for additional information 63c07ef42SAndrew Rist * regarding copyright ownership. The ASF licenses this file 73c07ef42SAndrew Rist * to you under the Apache License, Version 2.0 (the 83c07ef42SAndrew Rist * "License"); you may not use this file except in compliance 93c07ef42SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 113c07ef42SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 133c07ef42SAndrew Rist * Unless required by applicable law or agreed to in writing, 143c07ef42SAndrew Rist * software distributed under the License is distributed on an 153c07ef42SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 163c07ef42SAndrew Rist * KIND, either express or implied. See the License for the 173c07ef42SAndrew Rist * specific language governing permissions and limitations 183c07ef42SAndrew Rist * under the License. 19cdf0e10cSrcweir * 203c07ef42SAndrew Rist *************************************************************/ 213c07ef42SAndrew Rist 223c07ef42SAndrew Rist 23*0ac3728eSmseidel 24cdf0e10cSrcweir// includes ****************************************************************** 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include <svtools/svtools.hrc> 27cdf0e10cSrcweir#include <svtools/imagemgr.hrc> 28cdf0e10cSrcweir 29cdf0e10cSrcweir// images ******************************************************************** 30cdf0e10cSrcweir 31cdf0e10cSrcweir#define X_IMAGE_LIST \ 32cdf0e10cSrcweir IMG_IMPRESS ; \ 33cdf0e10cSrcweir IMG_CALC ; \ 34cdf0e10cSrcweir IMG_CALCTEMPLATE ; \ 35cdf0e10cSrcweir IMG_CHART ; \ 36cdf0e10cSrcweir IMG_IMPRESSTEMPLATE ; \ 37cdf0e10cSrcweir IMG_HTML ; \ 38cdf0e10cSrcweir IMG_MATH ; \ 39cdf0e10cSrcweir IMG_WRITER ; \ 40cdf0e10cSrcweir IMG_WRITERTEMPLATE ; \ 41cdf0e10cSrcweir IMG_MACROLIB ; \ 42cdf0e10cSrcweir IMG_GLOBAL_DOC ; \ 43cdf0e10cSrcweir IMG_DRAW ; \ 44cdf0e10cSrcweir IMG_DRAWTEMPLATE ; \ 45cdf0e10cSrcweir IMG_NEWFROMTEMPLATE ; \ 46cdf0e10cSrcweir IMG_DATABASE ; \ 47cdf0e10cSrcweir IMG_WORKPLACE ; \ 48cdf0e10cSrcweir IMG_BITMAP ; \ 49cdf0e10cSrcweir IMG_EXCEL ; \ 50cdf0e10cSrcweir IMG_EXCELTEMPLATE ; \ 51cdf0e10cSrcweir IMG_FTPSERVER ; \ 52cdf0e10cSrcweir IMG_GALLERY ; \ 53cdf0e10cSrcweir IMG_GALLERYTHEME ; \ 54cdf0e10cSrcweir IMG_GIF ; \ 55cdf0e10cSrcweir IMG_HELP ; \ 56cdf0e10cSrcweir IMG_HTML ; \ 57cdf0e10cSrcweir IMG_JPG ; \ 58cdf0e10cSrcweir IMG_LINK ; \ 59cdf0e10cSrcweir IMG_LOTUS ; \ 60cdf0e10cSrcweir IMG_MATHTEMPLATE ; \ 61cdf0e10cSrcweir IMG_FILE ; \ 62cdf0e10cSrcweir IMG_APP ; \ 63cdf0e10cSrcweir IMG_PCD ; \ 64cdf0e10cSrcweir IMG_PCT ; \ 65cdf0e10cSrcweir IMG_PCX ; \ 66cdf0e10cSrcweir IMG_SIM ; \ 67cdf0e10cSrcweir IMG_TEXTFILE ; \ 68cdf0e10cSrcweir IMG_SVHELP ; \ 69cdf0e10cSrcweir IMG_TIFF ; \ 70cdf0e10cSrcweir IMG_URL ; \ 71cdf0e10cSrcweir IMG_WMF ; \ 72cdf0e10cSrcweir IMG_WORD ; \ 73cdf0e10cSrcweir IMG_FIXEDDEV ; \ 74cdf0e10cSrcweir IMG_REMOVEABLEDEV ; \ 75cdf0e10cSrcweir IMG_CDROMDEV ; \ 76cdf0e10cSrcweir IMG_NETWORKDEV ; \ 77cdf0e10cSrcweir IMG_RAMDEV ; \ 78cdf0e10cSrcweir IMG_TABLEFOLDER ; \ 79cdf0e10cSrcweir IMG_TABLE ; \ 80cdf0e10cSrcweir IMG_FOLDER ; \ 81cdf0e10cSrcweir IMG_EXPANDEDFOLDER ; \ 82cdf0e10cSrcweir IMG_XXX ; \ 83cdf0e10cSrcweir IMG_GALLERYIMPORT ; \ 84cdf0e10cSrcweir IMG_QUERYFOLDER ; \ 85cdf0e10cSrcweir IMG_QUERY ; \ 86cdf0e10cSrcweir IMG_FORM ; \ 87cdf0e10cSrcweir IMG_FORMFOLDER ; \ 88cdf0e10cSrcweir IMG_REPORT ; \ 89cdf0e10cSrcweir IMG_REPORTFOLDER ; \ 90cdf0e10cSrcweir IMG_OTHERS ; \ 91cdf0e10cSrcweir IMG_DXF ; \ 92cdf0e10cSrcweir IMG_MET ; \ 93cdf0e10cSrcweir IMG_PNG ; \ 94cdf0e10cSrcweir IMG_SGF ; \ 95cdf0e10cSrcweir IMG_SGV ; \ 96cdf0e10cSrcweir IMG_SVM ; \ 97cdf0e10cSrcweir IMG_TASK ; \ 98cdf0e10cSrcweir IMG_APPOINTMENT ; \ 99cdf0e10cSrcweir IMG_RELATION ; \ 100cdf0e10cSrcweir IMG_IMPRESSPACKED ; \ 101cdf0e10cSrcweir IMG_POWERPOINT ; \ 102cdf0e10cSrcweir IMG_POWERPOINTTEMPLATE ; \ 103cdf0e10cSrcweir IMG_OO_DATABASE_DOC ; \ 104cdf0e10cSrcweir IMG_OO_DRAW_DOC ; \ 105cdf0e10cSrcweir IMG_OO_MATH_DOC ; \ 106cdf0e10cSrcweir IMG_OO_GLOBAL_DOC ; \ 107cdf0e10cSrcweir IMG_OO_IMPRESS_DOC ; \ 108cdf0e10cSrcweir IMG_OO_CALC_DOC ; \ 109cdf0e10cSrcweir IMG_OO_WRITER_DOC ; \ 110cdf0e10cSrcweir IMG_OO_DRAW_TEMPLATE ; \ 111cdf0e10cSrcweir IMG_OO_IMPRESS_TEMPLATE ; \ 112cdf0e10cSrcweir IMG_OO_CALC_TEMPLATE ; \ 113cdf0e10cSrcweir IMG_OO_WRITER_TEMPLATE ; \ 114cdf0e10cSrcweir IMG_EXTENSION ; 115cdf0e10cSrcweir 116cdf0e10cSrcweirImageList RID_SVTOOLS_IMAGELIST_BIG 117cdf0e10cSrcweir{ 118cdf0e10cSrcweir Prefix = "lx" ; 119cdf0e10cSrcweir MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 120cdf0e10cSrcweir IdList = 121cdf0e10cSrcweir { 122cdf0e10cSrcweir X_IMAGE_LIST 123cdf0e10cSrcweir }; 124cdf0e10cSrcweir IdCount = 125cdf0e10cSrcweir { 126cdf0e10cSrcweir 83 ; 127cdf0e10cSrcweir }; 128cdf0e10cSrcweir}; 129cdf0e10cSrcweir 130cdf0e10cSrcweirImageList RID_SVTOOLS_IMAGELIST_SMALL 131cdf0e10cSrcweir{ 132cdf0e10cSrcweir Prefix = "sx" ; 133cdf0e10cSrcweir MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 134cdf0e10cSrcweir IdList = 135cdf0e10cSrcweir { 136cdf0e10cSrcweir X_IMAGE_LIST 137cdf0e10cSrcweir }; 138cdf0e10cSrcweir IdCount = 139cdf0e10cSrcweir { 140cdf0e10cSrcweir 83 ; 141cdf0e10cSrcweir }; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweir 144cdf0e10cSrcweirImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST 145cdf0e10cSrcweir{ 146cdf0e10cSrcweir Prefix = "lxh" ; 147cdf0e10cSrcweir MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 148cdf0e10cSrcweir IdList = 149cdf0e10cSrcweir { 150cdf0e10cSrcweir X_IMAGE_LIST 151cdf0e10cSrcweir }; 152cdf0e10cSrcweir IdCount = 153cdf0e10cSrcweir { 154cdf0e10cSrcweir 83 ; 155cdf0e10cSrcweir }; 156cdf0e10cSrcweir}; 157cdf0e10cSrcweir 158cdf0e10cSrcweirImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST 159cdf0e10cSrcweir{ 160cdf0e10cSrcweir Prefix = "sxh" ; 161cdf0e10cSrcweir MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 162cdf0e10cSrcweir IdList = 163cdf0e10cSrcweir { 164cdf0e10cSrcweir X_IMAGE_LIST 165cdf0e10cSrcweir }; 166cdf0e10cSrcweir IdCount = 167cdf0e10cSrcweir { 168cdf0e10cSrcweir 83 ; 169cdf0e10cSrcweir }; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweir 172cdf0e10cSrcweirBitmap BMP_PLUGIN 173cdf0e10cSrcweir{ 174cdf0e10cSrcweir File = "plugin.png" ; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweir 177cdf0e10cSrcweir// description strings 178cdf0e10cSrcweir 179cdf0e10cSrcweirString STR_DESCRIPTION_SOURCEFILE 180cdf0e10cSrcweir{ 181cdf0e10cSrcweir Text [ en-US ] = "Source code" ; 182cdf0e10cSrcweir}; 183cdf0e10cSrcweirString STR_DESCRIPTION_BOOKMARKFILE 184cdf0e10cSrcweir{ 185cdf0e10cSrcweir Text [ en-US ] = "Bookmark file" ; 186cdf0e10cSrcweir}; 187cdf0e10cSrcweirString STR_DESCRIPTION_GRAPHIC_DOC 188cdf0e10cSrcweir{ 189cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 190cdf0e10cSrcweir}; 191cdf0e10cSrcweirString STR_DESCRIPTION_CFGFILE 192cdf0e10cSrcweir{ 193cdf0e10cSrcweir Text [ en-US ] = "Configuration file" ; 194cdf0e10cSrcweir}; 195cdf0e10cSrcweirString STR_DESCRIPTION_APPLICATION 196cdf0e10cSrcweir{ 197cdf0e10cSrcweir Text [ en-US ] = "Application" ; 198cdf0e10cSrcweir}; 199cdf0e10cSrcweirString STR_DESCRIPTION_DATABASE_TABLE 200cdf0e10cSrcweir{ 201cdf0e10cSrcweir Text [ en-US ] = "Database table" ; 202cdf0e10cSrcweir}; 203cdf0e10cSrcweirString STR_DESCRIPTION_SYSFILE 204cdf0e10cSrcweir{ 205cdf0e10cSrcweir Text [ en-US ] = "System file" ; 206cdf0e10cSrcweir}; 207cdf0e10cSrcweirString STR_DESCRIPTION_WORD_DOC 208cdf0e10cSrcweir{ 209cdf0e10cSrcweir Text [ en-US ] = "MS Word document" ; 210cdf0e10cSrcweir}; 211cdf0e10cSrcweirString STR_DESCRIPTION_HELP_DOC 212cdf0e10cSrcweir{ 213cdf0e10cSrcweir Text [ en-US ] = "Help file" ; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweirString STR_DESCRIPTION_HTMLFILE 216cdf0e10cSrcweir{ 217cdf0e10cSrcweir Text [ en-US ] = "HTML document" ; 218cdf0e10cSrcweir}; 219cdf0e10cSrcweirString STR_DESCRIPTION_ARCHIVFILE 220cdf0e10cSrcweir{ 221cdf0e10cSrcweir Text [ en-US ] = "Archive file" ; 222cdf0e10cSrcweir}; 223cdf0e10cSrcweirString STR_DESCRIPTION_LOGFILE 224cdf0e10cSrcweir{ 225cdf0e10cSrcweir Text [ en-US ] = "Log file" ; 226cdf0e10cSrcweir}; 227cdf0e10cSrcweirString STR_DESCRIPTION_SMATH_DOC 228cdf0e10cSrcweir{ 229cdf0e10cSrcweir Text = "StarMath 2.0 - 5.0" ; 230cdf0e10cSrcweir}; 231cdf0e10cSrcweirString STR_DESCRIPTION_SCHART_DOC 232cdf0e10cSrcweir{ 233cdf0e10cSrcweir Text = "StarChart 3.0 - 5.0" ; 234cdf0e10cSrcweir}; 235cdf0e10cSrcweirString STR_DESCRIPTION_SDRAW_DOC 236cdf0e10cSrcweir{ 237cdf0e10cSrcweir Text = "StarDraw 3.0 / 5.0 (StarImpress)" ; 238cdf0e10cSrcweir}; 239cdf0e10cSrcweir 240cdf0e10cSrcweirString STR_DESCRIPTION_SDATABASE_DOC 241cdf0e10cSrcweir{ 242cdf0e10cSrcweir Text [ en-US ] = "%STAROFFICE Database" ; 243cdf0e10cSrcweir}; 244cdf0e10cSrcweir 245cdf0e10cSrcweirString STR_DESCRIPTION_SCALC_DOC 246cdf0e10cSrcweir{ 247cdf0e10cSrcweir Text = "StarCalc 3.0 - 5.0" ; 248cdf0e10cSrcweir}; 249cdf0e10cSrcweirString STR_DESCRIPTION_SIMPRESS_DOC 250cdf0e10cSrcweir{ 251cdf0e10cSrcweir Text = "StarImpress 4.0 / 5.0" ; 252cdf0e10cSrcweir}; 253cdf0e10cSrcweirString STR_DESCRIPTION_SWRITER_DOC 254cdf0e10cSrcweir{ 255cdf0e10cSrcweir Text = "StarWriter 3.0 - 5.0" ; 256cdf0e10cSrcweir}; 257cdf0e10cSrcweirString STR_DESCRIPTION_GLOBALDOC 258cdf0e10cSrcweir{ 259cdf0e10cSrcweir Text [ en-US ] = "StarWriter 4.0 / 5.0 Master Document" ; 260cdf0e10cSrcweir}; 261cdf0e10cSrcweirString STR_DESCRIPTION_SIMAGE_DOC 262cdf0e10cSrcweir{ 263cdf0e10cSrcweir Text [ en-US ] = "%STAROFFICE Image" ; 264cdf0e10cSrcweir}; 265cdf0e10cSrcweirString STR_DESCRIPTION_TEXTFILE 266cdf0e10cSrcweir{ 267cdf0e10cSrcweir Text [ en-US ] = "Text file" ; 268cdf0e10cSrcweir}; 269cdf0e10cSrcweirString STR_DESCRIPTION_LINK 270cdf0e10cSrcweir{ 271cdf0e10cSrcweir Text [ en-US ] = "Link" ; 272cdf0e10cSrcweir}; 273cdf0e10cSrcweirString STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC 274cdf0e10cSrcweir{ 275cdf0e10cSrcweir Text [ en-US ] = "%STAROFFICE 3.0 - 5.0 Template" ; 276cdf0e10cSrcweir}; 277cdf0e10cSrcweirString STR_DESCRIPTION_EXCEL_DOC 278cdf0e10cSrcweir{ 279cdf0e10cSrcweir Text [ en-US ] = "MS Excel document" ; 280cdf0e10cSrcweir}; 281cdf0e10cSrcweirString STR_DESCRIPTION_EXCEL_TEMPLATE_DOC 282cdf0e10cSrcweir{ 283cdf0e10cSrcweir Text [ en-US ] = "MS Excel template" ; 284cdf0e10cSrcweir}; 285cdf0e10cSrcweirString STR_DESCRIPTION_BATCHFILE 286cdf0e10cSrcweir{ 287cdf0e10cSrcweir Text [ en-US ] = "Batch file" ; 288cdf0e10cSrcweir}; 289cdf0e10cSrcweirString STR_DESCRIPTION_FILE 290cdf0e10cSrcweir{ 291cdf0e10cSrcweir Text [ en-US ] = "File" ; 292cdf0e10cSrcweir}; 293cdf0e10cSrcweirString STR_DESCRIPTION_FOLDER 294cdf0e10cSrcweir{ 295cdf0e10cSrcweir Text [ en-US ] = "Folder" ; 296cdf0e10cSrcweir}; 297cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_WRITER 298cdf0e10cSrcweir{ 299cdf0e10cSrcweir Text [ en-US ] = "Text Document" ; 300cdf0e10cSrcweir}; 301cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_CALC 302cdf0e10cSrcweir{ 303cdf0e10cSrcweir Text [ en-US ] = "Spreadsheet" ; 304cdf0e10cSrcweir}; 305cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_IMPRESS 306cdf0e10cSrcweir{ 307cdf0e10cSrcweir Text [ en-US ] = "Presentation" ; 308cdf0e10cSrcweir}; 309cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_DRAW 310cdf0e10cSrcweir{ 311cdf0e10cSrcweir Text [ en-US ] = "Drawing" ; 312cdf0e10cSrcweir}; 313cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_WRITERWEB 314cdf0e10cSrcweir{ 315cdf0e10cSrcweir Text [ en-US ] = "HTML document" ; 316cdf0e10cSrcweir}; 317cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_GLOBALDOC 318cdf0e10cSrcweir{ 319cdf0e10cSrcweir Text [ en-US ] = "Master document" ; 320cdf0e10cSrcweir}; 321cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_MATH 322cdf0e10cSrcweir{ 323cdf0e10cSrcweir Text [ en-US ] = "Formula" ; 324cdf0e10cSrcweir}; 325cdf0e10cSrcweirString STR_DESCRIPTION_FACTORY_DATABASE 326cdf0e10cSrcweir{ 327cdf0e10cSrcweir Text [ en-US ] = "Database" ; 328cdf0e10cSrcweir}; 329cdf0e10cSrcweirString STR_DESCRIPTION_CALC_TEMPLATE 330cdf0e10cSrcweir{ 331599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template" ; 332cdf0e10cSrcweir}; 333cdf0e10cSrcweirString STR_DESCRIPTION_DRAW_TEMPLATE 334cdf0e10cSrcweir{ 335599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template" ; 336cdf0e10cSrcweir}; 337cdf0e10cSrcweirString STR_DESCRIPTION_IMPRESS_TEMPLATE 338cdf0e10cSrcweir{ 339599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template" ; 340cdf0e10cSrcweir}; 341cdf0e10cSrcweirString STR_DESCRIPTION_WRITER_TEMPLATE 342cdf0e10cSrcweir{ 343599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template" ; 344cdf0e10cSrcweir}; 345cdf0e10cSrcweirString STR_DESCRIPTION_LOCALE_VOLUME 346cdf0e10cSrcweir{ 347cdf0e10cSrcweir Text [ en-US ] = "Local drive" ; 348cdf0e10cSrcweir}; 349cdf0e10cSrcweirString STR_DESCRIPTION_FLOPPY_VOLUME 350cdf0e10cSrcweir{ 351cdf0e10cSrcweir Text [ en-US ] = "Disk drive" ; 352cdf0e10cSrcweir}; 353cdf0e10cSrcweirString STR_DESCRIPTION_CDROM_VOLUME 354cdf0e10cSrcweir{ 355cdf0e10cSrcweir Text [ en-US ] = "CD-ROM drive" ; 356cdf0e10cSrcweir}; 357cdf0e10cSrcweirString STR_DESCRIPTION_REMOTE_VOLUME 358cdf0e10cSrcweir{ 359cdf0e10cSrcweir Text [ en-US ] = "Network connection" ; 360cdf0e10cSrcweir}; 361cdf0e10cSrcweirString STR_DESCRIPTION_POWERPOINT 362cdf0e10cSrcweir{ 363cdf0e10cSrcweir Text [ en-US ] = "MS PowerPoint Document" ; 364cdf0e10cSrcweir}; 365cdf0e10cSrcweir 366cdf0e10cSrcweirString STR_DESCRIPTION_POWERPOINT_TEMPLATE 367cdf0e10cSrcweir{ 368cdf0e10cSrcweir Text [ en-US ] = "MS PowerPoint Template" ; 369cdf0e10cSrcweir}; 370cdf0e10cSrcweir 371cdf0e10cSrcweirString STR_DESCRIPTION_POWERPOINT_SHOW 372cdf0e10cSrcweir{ 373cdf0e10cSrcweir Text [ en-US ] = "MS PowerPoint Show" ; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweir 376cdf0e10cSrcweirString STR_DESCRIPTION_SXMATH_DOC 377cdf0e10cSrcweir{ 378599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula" ; 379cdf0e10cSrcweir}; 380cdf0e10cSrcweir 381cdf0e10cSrcweirString STR_DESCRIPTION_SXCHART_DOC 382cdf0e10cSrcweir{ 383599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart" ; 384cdf0e10cSrcweir}; 385cdf0e10cSrcweir 386cdf0e10cSrcweirString STR_DESCRIPTION_SXDRAW_DOC 387cdf0e10cSrcweir{ 388599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing" ; 389cdf0e10cSrcweir}; 390cdf0e10cSrcweir 391cdf0e10cSrcweirString STR_DESCRIPTION_SXCALC_DOC 392cdf0e10cSrcweir{ 393599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet" ; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweir 396cdf0e10cSrcweirString STR_DESCRIPTION_SXIMPRESS_DOC 397cdf0e10cSrcweir{ 398599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation" ; 399cdf0e10cSrcweir}; 400cdf0e10cSrcweir 401cdf0e10cSrcweirString STR_DESCRIPTION_SXWRITER_DOC 402cdf0e10cSrcweir{ 403599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document" ; 404cdf0e10cSrcweir}; 405cdf0e10cSrcweir 406cdf0e10cSrcweirString STR_DESCRIPTION_SXGLOBAL_DOC 407cdf0e10cSrcweir{ 408599cc5b4SOliver-Rainer Wittmann Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document" ; 409cdf0e10cSrcweir}; 410cdf0e10cSrcweirString STR_DESCRIPTION_MATHML_DOC 411cdf0e10cSrcweir{ 412cdf0e10cSrcweir Text [ en-US ] = "MathML Document" ; 413cdf0e10cSrcweir}; 414cdf0e10cSrcweir 415cdf0e10cSrcweirString STR_DESCRIPTION_OO_DATABASE_DOC 416cdf0e10cSrcweir{ 417cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Database" ; 418cdf0e10cSrcweir}; 419cdf0e10cSrcweirString STR_DESCRIPTION_OO_DRAW_DOC 420cdf0e10cSrcweir{ 421cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Drawing" ; 422cdf0e10cSrcweir}; 423cdf0e10cSrcweirString STR_DESCRIPTION_OO_MATH_DOC 424cdf0e10cSrcweir{ 425cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Formula" ; 426cdf0e10cSrcweir}; 427cdf0e10cSrcweirString STR_DESCRIPTION_OO_GLOBAL_DOC 428cdf0e10cSrcweir{ 429cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Master Document" ; 430cdf0e10cSrcweir}; 431cdf0e10cSrcweirString STR_DESCRIPTION_OO_IMPRESS_DOC 432cdf0e10cSrcweir{ 433cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Presentation" ; 434cdf0e10cSrcweir}; 435cdf0e10cSrcweirString STR_DESCRIPTION_OO_CALC_DOC 436cdf0e10cSrcweir{ 437cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Spreadsheet" ; 438cdf0e10cSrcweir}; 439cdf0e10cSrcweirString STR_DESCRIPTION_OO_WRITER_DOC 440cdf0e10cSrcweir{ 441cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Text" ; 442cdf0e10cSrcweir}; 443cdf0e10cSrcweirString STR_DESCRIPTION_OO_CALC_TEMPLATE 444cdf0e10cSrcweir{ 445cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Spreadsheet Template" ; 446cdf0e10cSrcweir}; 447cdf0e10cSrcweirString STR_DESCRIPTION_OO_DRAW_TEMPLATE 448cdf0e10cSrcweir{ 449cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Drawing Template" ; 450cdf0e10cSrcweir}; 451cdf0e10cSrcweirString STR_DESCRIPTION_OO_IMPRESS_TEMPLATE 452cdf0e10cSrcweir{ 453cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Presentation Template" ; 454cdf0e10cSrcweir}; 455cdf0e10cSrcweirString STR_DESCRIPTION_OO_WRITER_TEMPLATE 456cdf0e10cSrcweir{ 457cdf0e10cSrcweir Text [ en-US ] = "OpenDocument Text Template" ; 458cdf0e10cSrcweir}; 459cdf0e10cSrcweir 460cdf0e10cSrcweirString STR_DESCRIPTION_EXTENSION 461cdf0e10cSrcweir{ 462cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME Extension" ; 463cdf0e10cSrcweir}; 464cdf0e10cSrcweir 465*0ac3728eSmseidel// ********************************************************************** EOF 466