/************************************************************************* * * 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 * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef DBAUI_DLGSIZE_HRC #include "dlgsize.hrc" #endif #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" #endif #ifndef _DBU_DLG_HRC_ #include "dbu_dlg.hrc" #endif ModalDialog DLG_ROWHEIGHT { OutputSize = TRUE ; SVLook = TRUE ; HelpId = HID_DLG_ROWHEIGHT ; Size = MAP_APPFONT ( 159 , 59 ) ; Moveable = TRUE ; Closeable = TRUE ; FixedText FT_VALUE { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text [ en-US ] = "~Height" ; }; MetricField MF_VALUE { HelpID = "dbaccess:MetricField:DLG_ROWHEIGHT:MF_VALUE"; Border = TRUE ; Pos = MAP_APPFONT ( 36 , 6 ) ; Size = MAP_APPFONT ( 63 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Minimum = 10 ; Maximum = 1600 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Repeat = TRUE ; }; CheckBox CB_STANDARD { HelpID = "dbaccess:CheckBox:DLG_ROWHEIGHT:CB_STANDARD"; Pos = MAP_APPFONT ( 36 , 25 ) ; Size = MAP_APPFONT ( 62 , 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Automatic"; }; OKButton PB_OK { Pos = MAP_APPFONT ( 105 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 105 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 105 , 42 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Row Height" ; }; ModalDialog DLG_COLWIDTH { OutputSize = TRUE ; SVLook = TRUE ; HelpId = HID_DLG_COLWIDTH ; Size = MAP_APPFONT ( 159 , 59 ) ; Moveable = TRUE ; Closeable = TRUE ; FixedText FT_VALUE { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text [ en-US ] = "~Width" ; }; MetricField MF_VALUE { HelpID = "dbaccess:MetricField:DLG_COLWIDTH:MF_VALUE"; Border = TRUE ; Pos = MAP_APPFONT ( 36 , 6 ) ; Size = MAP_APPFONT ( 63 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Minimum = 10 ; Maximum = 20000 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Repeat = TRUE ; }; CheckBox CB_STANDARD { HelpID = "dbaccess:CheckBox:DLG_COLWIDTH:CB_STANDARD"; Pos = MAP_APPFONT ( 36 , 25 ) ; Size = MAP_APPFONT ( 62 , 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Automatic"; }; OKButton PB_OK { Pos = MAP_APPFONT ( 105 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 105 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 105 , 42 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Column Width" ; }; office-7-5+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2017-05-03split out the non-translatable stringsCaolán McNamara
2017-05-02loplugin:checkunusedparams in forms..formulaNoel Grandin
2017-04-26remove formula bitmaps from .src filesCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-19these resources are not to be translatedCaolán McNamara
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara
2017-04-10loplugin:inlinefields in formula::FormulaCompilerNoel Grandin
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01remove redundant OpCode castsJochen Nitschke
2017-03-17remove unused defines from HRC files in variousNoel Grandin
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
2017-02-17convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin
2017-02-09replace localresource of strings and keys with StringArrayCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin
2017-01-16e*, f*: load BitmapEx resources instead of Image onesCaolán McNamara
2017-01-06check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke
2017-01-05check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke
2017-01-05Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constantsEike Rathke