summaryrefslogtreecommitdiff
path: root/Library_urelibs.mk
blob: 9fd9b780776a31d9522497e0665759b09a6cee31 (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
27
28
29
30
31
32
33
34
35
36
37
# -*- 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,urelibs))

# gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk
$(eval $(call gb_Library_use_library_objects,urelibs,\
	$(gb_URELIBS) \
))

# needed to generate proper deps for module-deps.pl
$(eval $(call gb_Library_use_libraries,urelibs,\
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_use_static_libraries,urelibs,\
	findsofficepath \
))

$(eval $(call gb_Library_use_externals,urelibs,\
	libxml2 \
))

$(eval $(call gb_Library_add_libs,urelibs,\
	$(if $(filter $(OS),LINUX), \
		-ldl \
		-lpthread \
	) \
))

# vim: set noet sw=4 ts=4:
ef='/cgit/lo/core/commit/sc/source/ui?h=feature/wasm&id=c2d8d60748769d32133f33efb43be3e9ea28f8c8'>selecting the correct entry will also show it in the dialogMarkus Mohrhard 2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard 2012-10-06onyl show the exisiting cond format if the range is equalMarkus Mohrhard 2012-10-06fix another crash in cond format dialog with range name listMarkus Mohrhard 2012-10-06get rid of CREATE_OUSTRINGDavid Tardon 2012-10-06fix crash in cond format dialog with new range editMarkus Mohrhard 2012-10-06also support removing of conditional formatsMarkus Mohrhard 2012-10-06finally adapt the uno implementationMarkus Mohrhard 2012-10-06support overlapping conditional formatsMarkus Mohrhard 2012-10-06also highlight invalid rangesMarkus Mohrhard 2012-10-06add range edit box to cond format dialogMarkus Mohrhard 2012-10-06replace some pointers with boost::scoped_ptrMarkus Mohrhard 2012-10-06only set a new cond format list if it really changedMarkus Mohrhard 2012-10-06faster repaint after cond format dialogMarkus Mohrhard 2012-10-06after setting a ScConditionalFormatList repainting is necessaryMarkus Mohrhard 2012-10-06more work on getting cell attributes and cond formats in syncMarkus Mohrhard 2012-10-04Fixes/improvements on previous commitStephan Bergmann 2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin 2012-10-04Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl 2012-10-03changing conditional formats invalids the streamMarkus Mohrhard 2012-10-03probable attempts to find the parent dialogCaolán McNamara 2012-10-02XubString->OUStringCaolán McNamara 2012-10-01fdo#54940 - fix last small ergonomic issue.Michael Meeks 2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist 2012-09-29Use comphelper::getComponentContextStephan Bergmann 2012-09-28add the remaining parts to previous commitMarkus Mohrhard 2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks 2012-09-28double-click on a conditional format inspects / edits it.Michael Meeks 2012-09-28auto-expand the first conditional format in the list.Michael Meeks 2012-09-28improve conditional formatting height calculations.Michael Meeks 2012-09-28convert GetRepeatComment to OUStringCaolán McNamara 2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara