# -*- 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_Module_Module,vbahelper)) ifneq ($(DISABLE_SCRIPTING),TRUE) # the targets to be inserted are their file names without .mk extension $(eval $(call gb_Module_add_targets,vbahelper,\ Library_vbahelper \ Library_msforms \ )) # add any runtime tests (unit tests) here # remove if no tests #$(eval $(call gb_Module_add_check_targets,vbahelper,\ #)) # add any subsequent checks (e.g. complex tests) here #$(eval $(call gb_Module_add_subsequentcheck_targets,vbahelper,\ #)) endif $(eval $(call gb_Module_add_targets,vbahelper,\ )) # vim: set noet sw=4 ts=4: ed>2019-10-07T13:45:13+00:00 231e16d9091c2d318d99c2f2eb985311e7138127 Change-Id: I12517651fb3f777fd08e384992bb3e84b340ad85 Reviewed-on: https://gerrit.libreoffice.org/80382 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I12517651fb3f777fd08e384992bb3e84b340ad85
Reviewed-on: https://gerrit.libreoffice.org/80382
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
make SdrObjUserData::Clone return std::unique_ptr 2018-04-13T07:17:34+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-04-12T13:07:39+00:00 0fdcfedd898afcc03332a432ef21052eee6b3a3a Change-Id: Iffe047b081fde0bb582d8730a8e96d2597c7567a Reviewed-on: https://gerrit.libreoffice.org/52780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: Iffe047b081fde0bb582d8730a8e96d2597c7567a
Reviewed-on: https://gerrit.libreoffice.org/52780
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx 2017-04-25T07:31:31+00:00 Chris Sherlock chris.sherlock79@gmail.com 2017-04-13T22:42:15+00:00 da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca Reviewed-on: https://gerrit.libreoffice.org/36896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca
Reviewed-on: https://gerrit.libreoffice.org/36896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
svx: boost::ptr_vector->std::vector<std::unique_ptr> 2015-11-11T09:35:44+00:00 Noel Grandin noel@peralex.com 2015-11-11T09:35:11+00:00 2ff2fafff8fe455a2493d04e7da709588a691ddd Change-Id: I6f3fee6b95e8675e04f867bf59447fa569a61d8e
Change-Id: I6f3fee6b95e8675e04f867bf59447fa569a61d8e
Restored missing includes from source files. 2015-09-03T08:19:36+00:00 Ashod Nakashian ashodnakashian@yahoo.com 2015-09-01T00:33:37+00:00 2564ef96d295b2e09fb5e382c8f76924ea2cdb5c These source files relied on pch to include these missing headers (at least on Windows). Also included the script used to find the missing includes. The script is self-contained and includes unittests. It detects superfluous includes and required includes (which was used to restore the includes in this patch). Change-Id: I7ee09e5c712f42d5f6c3524898bc62dda78f5cc0 Reviewed-on: https://gerrit.libreoffice.org/18208 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
These source files relied on pch to include
these missing headers (at least on Windows).

Also included the script used to find the
missing includes. The script is self-contained
and includes unittests. It detects superfluous
includes and required includes (which was used
to restore the includes in this patch).

Change-Id: I7ee09e5c712f42d5f6c3524898bc62dda78f5cc0
Reviewed-on: https://gerrit.libreoffice.org/18208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
improve the returnbyref loplugin 2015-07-06T07:04:50+00:00 Noel Grandin noel@peralex.com 2015-07-03T09:31:14+00:00 e9c3583c2cc27fc88ee81047c236ec99dd51e8de Change-Id: I1b510a6194282dfa4a9001d473127c5ebc8b44eb Reviewed-on: https://gerrit.libreoffice.org/16731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: I1b510a6194282dfa4a9001d473127c5ebc8b44eb
Reviewed-on: https://gerrit.libreoffice.org/16731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Move SdrObjPlusData out of SdrObject's header. 2014-11-19T17:34:08+00:00 Kohei Yoshida kohei.yoshida@collabora.com 2014-11-19T15:57:27+00:00 64ce79ff5eab8fe686c13c0ad676ad7f941a346f It is only used locally within svx. Change-Id: Iae53de3d1cb2b1f5f2ba5cede2794f08dfef972c
It is only used locally within svx.

Change-Id: Iae53de3d1cb2b1f5f2ba5cede2794f08dfef972c