# -*- 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 sw_uiwriter_test,2)) # vim: set noet sw=4 ts=4: core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
AgeCommit message (Expand)Author
2023-03-27refactor table splitBjoern Michaelsen
2023-03-27refactor table mergeBjoern Michaelsen
2023-03-15Add SwTable::SwitchFormulasToInternalRepresentationBjoern Michaelsen
2023-03-03Refactor TBL_{REL,}BOXNAME to SwTableBjoern Michaelsen
2023-02-03sw layout xml dump: extract SwTable::dumpAsXml() from SwTableNodeMiklos Vajna
2022-11-07tdf#151658 sw: accept of row deletions with nested tablesLászló Németh
2022-10-29tdf#126788 dynamic_cast -> virtual callNoel Grandin
2022-10-11use more string_view in swNoel Grandin
2022-08-21tdf#112865 inline a couple of hot methodsNoel Grandin
2022-08-20unique_ptr->optional in CollectBoxSelectionNoel Grandin