# -*- 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: o'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/bookmark.hxx
AgeCommit message (Expand)Author
2023-09-12Added parent / child relationship to comments.Gökay Şatır
2023-01-25sw: send LOK call back on bookmark deletionPranam Lashkari
2023-01-23sw: send LOK call back on fieldmark deletionPranam Lashkari
2022-11-16tdf#151548: cleanup "Add basic word::XFormField support" etc.Justin Luth
2022-11-15tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth
2022-11-14tdf#151548 vba FormFields: Add basic word::XTextInput supportJustin Luth
2022-11-11tdf#151548 vba FormFields: Add basic word::XCheckBox supportJustin Luth
2022-10-21loplugin:unnecessaryvirtualNoel Grandin
2022-10-18related tdf#151548 sw: KEY_DOWN access to FieldmarkWithDropDownButtonJustin Luth
2022-10-18tdf#151548 sw: use provided name for formfieldsJustin Luth
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin
2022-07-21use more concrete UNO classes in writerNoel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-02-17loplugin:unusedmethodsNoel Grandin
2022-02-01sw: add note to DateFieldmarkMichael Stahl