# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. $(eval $(call gb_Module_Module,android)) ifeq ($(OS),ANDROID) $(eval $(call gb_Module_add_targets,android,\ CustomTarget_lo_android \ )) endif # vim: set noet sw=4 ts=4: td class='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)Author
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-14loplugin:unusedfieldsNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: writerperfectStephan Bergmann
2023-09-19loplugin:unusedfieldsNoel Grandin
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-08-24cid#1541185 Operands don't affect resultCaolán McNamara
2023-08-23cid#1541186 Operands don't affect resultCaolán McNamara
2023-08-21remove pimpl in WPXSvInputStreamNoel Grandin
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-03-31Simplify a bitMike Kaganski
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-20lok: hide customization in EPUB export dialogSzymon Kłos
2022-12-20Make EPUB Export dialog asyncSzymon Kłos
2022-12-16loplugin:unocast (SvXMLImport)Stephan Bergmann
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-10-05tdf#143148 Use pragma once instead of include guardsNalini Prasad Dash
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-31clang-tidy modernize-pass-by-value in writer*Noel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-02Just use Any ctor instead of makeAny in writerperfectStephan Bergmann
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)