/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: module_writer.ulf,v $ * $Revision: 1.6 $ * * 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. * ************************************************************************/ [STR_NAME_MODULE_PRG_WRT] en-US = "%PRODUCTNAME Writer" [STR_DESC_MODULE_PRG_WRT] en-US = "Create and edit text and graphics in letters, reports, documents and Web pages by using %PRODUCTNAME Writer." [STR_NAME_MODULE_PRG_WRT_BIN] en-US = "Program Module" [STR_DESC_MODULE_PRG_WRT_BIN] en-US = "The application %PRODUCTNAME Writer" [STR_NAME_MODULE_PRG_WRT_HELP] en-US = "%PRODUCTNAME Writer Help" [STR_DESC_MODULE_PRG_WRT_HELP] en-US = "Help about %PRODUCTNAME Writer" [STR_NAME_MODULE_PRG_WRT_WRITER2LATEX] en-US = "LaTeX Export" [STR_DESC_MODULE_PRG_WRT_WRITER2LATEX] en-US = "LaTeX export filter for Writer documents." eoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/printaccessoryview.hrc
/lo/core/commit/svx/source/dialog/databaseregistrationui.cxx?h=cp-6.4-19&id=0faf4e5c2e98219b17e042594710f6872bf6a615'>weld DatabaseRegistrationDialog
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara
Caolán McNamara
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe