summaryrefslogtreecommitdiff
path: root/scripting/Jar_Highlight.mk
blob: fb756cc8b1ff9adf77fe7705349292fc95180f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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_Jar_Jar,Highlight))

$(eval $(call gb_Jar_use_jars,Highlight,\
	libreoffice \
))

$(eval $(call gb_Jar_add_sourcefiles,Highlight,\
	scripting/examples/java/Highlight/HighlightText \
))

$(eval $(call gb_Jar_set_packageroot,Highlight,org))

# vim: set noet sw=4 ts=4:
79212f497'>sc: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-12sal_Bool->boolNoel Grandin 2014-02-12sal_Bool->boolNoel Grandin 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida 2012-04-26Now I can store a reference in the edit source.Kohei Yoshida 2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida 2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida 2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida 2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida 2012-04-26Simplified the constructors.Kohei Yoshida 2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida 2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara 2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida 2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer 2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer 2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov 2008-04-10INTEGRATION: CWS changefileheader (1.16.698); FILE MERGEDRüdiger Timm 2005-09-08INTEGRATION: CWS ooo19126 (1.15.192); FILE MERGEDRüdiger Timm 2005-01-13INTEGRATION: CWS notesapi (1.14.160); FILE MERGEDKurt Zenker 2004-06-04INTEGRATION: CWS rowlimit (1.13.310); FILE MERGEDOliver Bolte 2002-03-21#95584#; add Preview support for AccessibilitySascha Ballach 2002-03-04#95584#; GetBroadcaster is a logical const methodSascha Ballach 2002-03-04#95584#; add Broadcaster supportSascha Ballach 2002-03-01#95584#; add ScAccessibilityEditSource for AccessibilitySascha Ballach 2002-02-25#96948# Rewrite due to calc requirementsThorsten Behrens 2002-02-11#96948# Interface adaptions for EditEngine accessibilityThorsten Behrens 2001-07-31#90142# share data for text in page headers / footersNiklas Nebel 2001-06-13#79771#; move the dirty flag to the CellTextDataSascha Ballach 2001-06-12#79771#; XActionLockable addedSascha Ballach 2001-06-07#79771# share EditEngine between child objects of cell textNiklas Nebel