# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: title='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
AgeCommit message (Expand)Author
39 hourssw: use SAL_RET_MAYBENULL in GetTableBox()Xisco Fauli
2024-05-13Revert "reduce symbol visibility in sw"Thorsten Behrens
2024-03-13reduce symbol visibility in swNoel Grandin
2024-03-05make more symbols private in writerNoel Grandin
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski
2023-09-27pass SwAttrSet around explicitlyNoel Grandin
2023-08-23tdf#156116 - A11Y - fix object name does not update in accessibility sidebarBalazs Varga
2023-06-29Simplify a bitMike Kaganski
2023-01-17sw: document SwSectionNodeMiklos Vajna
2022-11-25tdf#141438 Clean old comments //FEATURE::CONDCOLLBogdan B
2022-11-18Fix typoAndrea Gelmini
2022-11-18sw: handle joining and splitting nodes for online a11y checkTomaž Vajngerl
2022-11-18sw: add a menu option to enable/disable online a11y checkTomaž Vajngerl
2022-11-17sw: Change online a11y checker again from SwContentNode to SwNodeTomaž Vajngerl
2022-11-16Fix typoAndrea Gelmini
2022-11-15sw: Run a11y check for all content nodesTomaž Vajngerl
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-10-07use more SwPositionNoel Grandin
2022-09-23add a new SwContentNode::GoNext variantNoel Grandin
2022-09-20add CanJoinNext method that takes a SwPosition*Noel Grandin
2022-08-26make the parameter to SwTableNode::MakeOwnFrames optionalNoel Grandin
2022-08-23asserts unnecessary for SwNode::operator==Noel Grandin
2022-08-17add comparison operators for SwNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-07-25SwIndex/SwIndexReg is only used to deal with SwContentNodesNoel Grandin
2022-06-10sw doc model xml dump: show table row propertiesMiklos Vajna
2022-02-08add template versions of SwContentNode::GetAttrNoel Grandin
2021-12-01sw doc model xml dump: show the format of section nodesMiklos Vajna
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin