# -*- 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_Package_Package,share,$(share_WORKDIR)/libreoffice)) $(eval $(call gb_Package_add_files,share,share/xdg,\ $(addsuffix .desktop,$(LAUNCHERLIST)) \ )) $(eval $(call gb_Package_use_custom_target,share,sysui/share)) # vim: set noet sw=4 ts=4: /'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/move.cxx
AgeCommit message (Expand)Author
2023-10-27Add flags to STYLEREFSkyler Grey
2023-10-18use more SdrObjList::begin/end in swNoel Grandin
2023-05-09tdf#154877 sw: generalise ExtendedSelectAll()Michael Stahl
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2021-10-04tdf#144788 SwNavigator: Add footnotes and endnotes to content treeJim Raykowski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-01-17tdf#115817 add places that add current position to navigation managerJim Raykowski
2020-12-03tdf#137838 SW: Add ability to create a hyperlink to a drawing objectJim Raykowski
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-20use tools::Long in swNoel
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-02Fix typosAndrea Gelmini
2019-04-10tdf#124469 sw_redlinehide: fix PDF export of links to sequence fieldsMichael Stahl
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2018-12-18sw_redlinehide_4b: visibility checks for bookmarks tooMichael Stahl
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-11-15sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl
2018-07-26loplugin:useuniqueptr in SwWrtShellNoel Grandin
2018-07-25loplugin:useuniqueptr in SwViewNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann
2016-10-02fix indentationMarkus Mohrhard
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-29Get rid of a pointless indirect function pointer variableTor Lillqvist
2016-05-26tdf#100051 Partially revert "loplugin:constantparam in sw"Miklos Vajna
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-04loplugin:unuseddefaultparam in swNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-08-21loplugin: defaultparamsNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier