summaryrefslogtreecommitdiff
path: root/stoc/Library_proxyfac.mk
blob: 9cd7be33a3db8b8ca12c6fa424012e2eaea1465c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- 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/.
#

$(eval $(call gb_Library_Library,proxyfac))

$(eval $(call gb_Library_use_udk_api,proxyfac))

$(eval $(call gb_Library_use_libraries,proxyfac,\
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac,ure/services))

$(eval $(call gb_Library_add_exception_objects,proxyfac,\
    stoc/source/proxy_factory/proxyfac \
))

# vim:set noet sw=4 ts=4:
itle='2020-08-29 08:13:33 +0200'>2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann 2020-08-21Fix typo in codeAndrea Gelmini 2020-08-18remove dead codeNoel Grandin 2020-08-16tdf#135342: filter list must include extensionsMike Kaganski 2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin 2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara 2020-08-11loplugin:flattenNoel Grandin 2020-08-08Presenter console new vertical separatorSrijan Bhatia 2020-08-07Fix typos to complete commit cfce486Andrea Gelmini 2020-07-20loplugin:unnecessaryvirtualNoel Grandin 2020-07-17sdext/minimizer: create instances with uno constructorsNoel Grandin 2020-07-16sdext/pdfimport: create instances with uno constructorsNoel Grandin 2020-07-16sdext/presenter: create instances with uno constructorsNoel Grandin 2020-07-13tdf#90978 add gap between the exit button and the right edge of the toolbarSrijan Bhatia 2020-07-12update pchesCaolán McNamara 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens 2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann 2020-06-29loplugin:constantparamNoel Grandin 2020-06-28tdf#128964 fix shifting of icons when the pause/resume button changesSrijan Bhatia 2020-06-27tdf#90978 add exit button to impress presenter consoleSrijan Bhatia 2020-06-24use more std::container::insert instead of std::copyNoel Grandin 2020-06-18tdf#131353: Fix build with poppler 0.86.0Martin Whitaker 2020-06-18tdf#128964 Add time pause/resume button to Impress Presenter consoleSrijan Bhatia 2020-06-05Upcoming loplugin:elidestringvar: sdextStephan Bergmann 2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin 2020-06-03loplugin:simplifypointertobool improveNoel Grandin 2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin 2020-05-24remove some unused typedefsNoel Grandin 2020-05-10compact namespace in sdextNoel Grandin