# -*- 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/. # # 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 . # $(eval $(call gb_CustomTarget_CustomTarget,jvmfwk/jvmfwk3_ini)) $(eval $(call gb_CustomTarget_register_targets,jvmfwk/jvmfwk3_ini, \ $(call gb_Helper_get_rcfile,jvmfwk3) \ )) $(call gb_CustomTarget_get_workdir,jvmfwk/jvmfwk3_ini)/$(call gb_Helper_get_rcfile,jvmfwk3): \ $(SRCDIR)/jvmfwk/CustomTarget_jvmfwk_jvmfwk3_ini.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) ( printf '[Bootstrap]\n' && \ printf 'UNO_JAVA_JFW_VENDOR_SETTINGS=$(if $(filter MACOSX,$(OS)),$${ORIGIN}/../share/misc/,$${ORIGIN}/)javavendors.xml\n' && \ printf 'UNO_JAVA_JFW_SHARED_DATA=$${URE_OVERRIDE_JAVA_JFW_SHARED_DATA}\n' && \ printf 'UNO_JAVA_JFW_USER_DATA=$${URE_OVERRIDE_JAVA_JFW_USER_DATA}\n' && \ printf 'UNO_JAVA_JFW_CLASSPATH_URLS=$${URE_MORE_JAVA_CLASSPATH_URLS}\n' \ ) > $@ # vim: set noet sw=4 ts=4: tro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)Author
9 days(related tdf#126008) sw: when removing table auto format, don't...Michael Stahl
10 days(related tdf#126008) sw: allow removing table autoformat from a tableMichael Stahl
2024-07-09GetOrCreateDrawModel should return a ref not a pointerNoel Grandin
2024-07-05LOK: fixed incorrect Logic point calculation for Map modePranam Lashkari
2024-06-18loplugin:ostr in variousNoel Grandin
2024-06-13Let LinkManager::UpdateAllLinks honor isUntrustedRefererStephan Bergmann
2024-06-13loplugin:ostr in sw/../coreNoel Grandin
2024-06-10tdf#157833 tdf#155692 sw: fix hit area to resize row/colLászló Németh
2024-06-05tdf#161426 sw: fix selection in multicolumn floating tableLászló Németh
2024-06-05tdf#157533 sw: fix cursor position deselecting formula in tableLászló Németh
2024-05-31tdf#161360 sw: fix cursor position deselecting image in tableLászló Németh
2024-05-31tdf#161332 sw: fix missing selection of floating tableLászló Németh
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-11Fix typoAndrea Gelmini
2024-05-10tdf#159027: Fix calculation in tables with merged cellsOliver Specht
2024-05-04WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-04replace createFromAscii with OUString literals in SwCalcNoel Grandin
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-30Fix UBSan failure (part 2)Xisco Fauli
2024-04-29tdf#160842 sw: select cell content instead of cropped part of imageLászló Németh
2024-04-26sw: check GetUserCallXisco Fauli
2024-04-23tdf#159379 sw: fix crash on dropping multiple as-char imagesMiklos Vajna
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-03-22avoid O(n^2) loop in writerNoel Grandin
2024-03-20remove dead code in SwFEShell::GetConnectableFrameFormatsNoel Grandin
2024-03-06sw: SelectAll of section with RES_PAGEDESC corner-caseMichael Stahl
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-02-08tdf#43848 fix selection in table with split/merged cellsOliver Specht
2024-02-04cid#1591481 Dereference after null checkCaolán McNamara
2024-02-04SwLayoutFrame::IsAnLower returns false if passed nullptrCaolán McNamara
2024-01-14Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormatMike Kaganski
2024-01-13tdf#132810 Prevent crashes with gallery objectsMatt K
2024-01-08tdf#159026 sw: fix Undo crash with tracked floating table deletionLászló Németh
2023-11-20sw floattable, delete UI: fix undo/redoMiklos Vajna
2023-11-19Extended loplugin:ostr: swStephan Bergmann
2023-11-17sw floattable, delete UI: add an uno command to unfloat frame from context menuMiklos Vajna
2023-11-08fix spelling, selektion->selectionNoel Grandin
2023-11-08fix spelling, Attribut -> AttributeNoel Grandin