/************************************************************************* * * 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. * ************************************************************************/ #include "opredlin.hrc" TabPage RID_SCPAGE_OPREDLINE { HelpId = HID_SCPAGE_OPREDLINE ; SVLook = TRUE ; Hide = TRUE ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; FixedText FT_CONTENT { HelpID = HID_SCPAGE_OPREDLINBE_FT_CONTENT ; Pos = MAP_APPFONT ( 12 , 15 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Chan~ges" ; }; FixedText FT_REMOVE { Pos = MAP_APPFONT ( 12 , 31 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Deletions" ; }; FixedText FT_INSERT { Pos = MAP_APPFONT ( 12 , 47 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Insertions" ; }; FixedText FT_MOVE { Pos = MAP_APPFONT ( 12 , 63 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Moved entries" ; }; FixedLine GB_COLORCHGS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Colors for changes" ; }; ListBox CLB_CONTENT { HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_CONTENT"; Pos = MAP_APPFONT ( 90 , 14 ) ; Size = MAP_APPFONT ( 120 , 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_REMOVE { HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_REMOVE"; Pos = MAP_APPFONT ( 90 , 30 ) ; Size = MAP_APPFONT ( 120 , 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_INSERT { HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_INSERT"; Pos = MAP_APPFONT ( 90 , 46 ) ; Size = MAP_APPFONT ( 120 , 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_MOVE { HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_MOVE"; Pos = MAP_APPFONT ( 90 , 62 ) ; Size = MAP_APPFONT ( 120 , 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; String STR_AUTHOR { Text [ en-US ] = "By author" ; }; }; istro/collabora/cp-4.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
AgeCommit message (Expand)Author
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
2018-04-10Remove dead HSQLDB driverTamas Bunth
2017-02-10Remove MinGW supportStephan Bergmann
2015-11-27gengal script calling gengal.bin is not needed on MacStephan Bergmann
2015-02-09On Mac OS X, directly name the executable "unopkg"Stephan Bergmann
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
2014-08-10javaldx is not built for WNT or MACOSX so no point in the uno wrapper scriptTor Lillqvist
2013-11-02Repository*: no need to register libraries built via ExternalProjectMichael Stahl
2013-10-24lcms2: use libraries from WORKDIRMichael Stahl
2013-10-23icu: apparently "icutu" library is only used by genbrk etc. toolsMichael Stahl
2013-09-22desktop: soffice.bin and unopkg.bin cleanupMichael Stahl
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl
2013-09-22cppu: rename purpose environment librariesMichael Stahl
2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann
2013-09-11soffice.bin is named soffice on Mac OS XStephan Bergmann
2013-06-16Don't build icule library as we no longer use itKhaled Hosny
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan
2013-06-07gbuild: do not register static librariesMatúš Kukan
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-23kill RTLIBS group; and autoinstall the librariesMatúš Kukan
2013-04-21pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimesMichael Stahl
2013-04-15do not register dbtools if we don't use itMatúš Kukan
2013-04-15RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIMEMichael Stahl
2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl
2013-04-11autoinstall ure private librariesMatúš Kukan
2013-04-10RepositoryFixes: clean up WNT import librariesMichael Stahl
2013-04-08RepositoryFixes: remove pointless i18nlangtag entryMichael Stahl
2013-04-06just a % missing ...Eike Rathke
2013-04-05new module i18nlangtagEike Rathke
2013-03-04Those libraries are not anymore used on windows at allFridrich Štrba