# -*- 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_Jar_Jar,reportbuilderwizard)) $(eval $(call gb_Jar_use_jars,reportbuilderwizard,\ ridl \ unoil \ jurt \ juh \ java_uno \ commonwizards \ report \ )) $(eval $(call gb_Jar_set_packageroot,reportbuilderwizard,com)) $(eval $(call gb_Jar_set_manifest,reportbuilderwizard,$(SRCDIR)/wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF)) $(eval $(call gb_Jar_add_sourcefiles,reportbuilderwizard,\ wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation \ wizards/com/sun/star/wizards/reportbuilder/layout/ColumnarSingleColumn \ wizards/com/sun/star/wizards/reportbuilder/layout/ColumnarThreeColumns \ wizards/com/sun/star/wizards/reportbuilder/layout/ColumnarTwoColumns \ wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate \ wizards/com/sun/star/wizards/reportbuilder/layout/InBlocksLabelsAbove \ wizards/com/sun/star/wizards/reportbuilder/layout/InBlocksLabelsLeft \ wizards/com/sun/star/wizards/reportbuilder/layout/LayoutConstants \ wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter \ wizards/com/sun/star/wizards/reportbuilder/layout/SectionEmptyObject \ wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel \ wizards/com/sun/star/wizards/reportbuilder/layout/SectionObject \ wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField \ wizards/com/sun/star/wizards/reportbuilder/layout/Tabular \ )) # vim: set noet sw=4 ts=4: ion value='distro/collabora/co-22.05-testflight'>distro/collabora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
AgeCommit message (Expand)Author
2021-02-09lok: send help even when document not readySzymon Kłos
2020-07-21Revert "tdf#125578 force webhelp as workaround for Safari sandboxing..."Tor Lillqvist
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-10-29this help case doesn't arise anymoreCaolán McNamara
2019-10-03drop some unnecessary includesCaolán McNamara
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-09-26drop newly unused SfxModalDialogCaolán McNamara
2019-09-13Related: tdf#127195 use MessageDialogController to relocate checkboxCaolán McNamara
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-09Resolves: tdf#126790 use TopLevelWindowLocker in welded help pathCaolán McNamara
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-07-11Deduplicate URL tooltip creationSamuel Mehrbrodt
2019-06-06loplugin:nullptr (macOS)Stephan Bergmann
2019-06-06loplugin:cstylecast (macOS)Stephan Bergmann
2019-05-31tdf#125578 force webhelp as workaround for Safari sandboxing w/ macOS 10.14Christian Lohmaier
2019-05-02Support "Preview in Web Browser" in Flatpak modeStephan Bergmann
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin
2019-04-02weld XMLFilterSettingsDialogCaolán McNamara
2019-03-27return by unique_ptr from weld_parentNoel Grandin
2019-03-16Remove duplicated includeAndrea Gelmini
2019-03-13Make the Help URL configurableAshod Nakashian
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-18Resolves: tdf#122355 search help for active notebook pageCaolán McNamara
2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara
2019-01-10o3tl::string_view -> std::string_view (in sfx2)Stephan Bergmann
2019-01-09tdf#122273 modal dialog on modeless dialog needs special handlingCaolán McNamara
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-21Fix typoAndrea Gelmini
2018-12-20Silence -Werror=shadowStephan Bergmann
2018-12-20Enable --help=html for flatpakStephan Bergmann
2018-12-18When showing --with-help=html offline help fails, fall back to online helpStephan Bergmann
2018-12-17Remove unnecessary OUString aInternalStephan Bergmann