summaryrefslogtreecommitdiff
path: root/source/auxiliary/kk/simpress.cfg
blob: b4616ad1317378886078b57cf053e42f82889768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#


Title=%PRODUCTNAME Impress

Language=kk
Order=5
Start=text%2Fsimpress%2Fmain0000.xhp
Heading=headingheading
Program=IMPRESS
/screenshotannotation'>feature/screenshotannotation LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/check.cxx
AgeCommit message (Expand)Author
2022-04-05Simplify GlobalNamespace checkStephan Bergmann
2022-04-04Fix GlobalNamespace checkStephan Bergmann
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann
2020-07-02Improved loplugin:staticanonymous -> redundantstaticStephan Bergmann
2020-03-02Adapt compilerplugins to Clang trunk changeStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-08-28New loplugin:stdfunctionStephan Bergmann
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák
2018-08-17Avoid loplugin:redundantcast false positive involving decltypeStephan Bergmann
2018-08-13Various loplugin warnings in mysqlStephan Bergmann
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs)Stephan Bergmann
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann
2018-01-23Remove unused TypeCheck::SubstTemplateTypeParmTypeStephan Bergmann
2018-01-23new loplugin: pointerboolNoel Grandin
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin
2017-11-08Fix loplugin::unusedvariablecheck check for std classesStephan Bergmann
2017-11-08Remove obsolete "lo_warn_unused" workaroundStephan Bergmann
2017-07-14loplugin:oncevar: empty stringsStephan Bergmann
2017-07-03loplugin:casttovoidStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2016-12-22Some more bool-like types for Windows/clang-clStephan Bergmann
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann