Caolán McNamara
26a21cd45b
callcatcher: unused dtor->fix leak
...
The other option I suppose is that in CEventDispatcher::removeListener when a
map becomes empty then delete the map
Change-Id: Icb108e3beb9eb7ce7f04f9e49b24e9cc77830b5d
2012-07-28 15:45:36 +01:00
Herbert Duerr
dafedde5ad
use custom ExtEnt loader for RDF import
...
from: http://svn.apache.org/viewvc?view=revision&revision=1230438
2012-07-06 20:29:10 +01:00
Michael Meeks
94d4e9eb01
re-base on ALv2 code.
2012-07-06 20:29:10 +01:00
Michael Meeks
fdda178d88
targetted improvement of UNO API includes / usage
2012-07-02 14:43:34 +01:00
Noel Grandin
09bf4ae32b
Fix java "unchecked conversion" warnings
...
And clean up some of the code in the process.
Change-Id: Ice871120b99515737034f8f06ebfd0e127d81f37
2012-06-29 22:02:58 +02:00
Michael Meeks
2005a34318
re-base on ALv2 code.
2012-06-29 15:51:49 +01:00
Michael Meeks
ecf943247f
re-base on ALv2 code.
...
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
Michael Meeks
ec5fa0164b
replace all but one .hdl include with equivalent .hpp includes.
...
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21 19:28:47 +01:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc
re-base on ALv2 code.
...
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Takeshi Abe
16738213c4
nuke dead code
...
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-12 14:16:45 +09:00
Muthu Subramanian
25dd603fe2
n759982: Win/VC++ stl messes up the namespace vector.
...
Every file's first element wasn't imported. This fixes the issue.
(everyfile = everyfile imported via that path e.g. theme?.xml)
2012-06-08 19:09:19 +05:30
Norbert Thiebaud
bcce59d5ff
targeted string re-work
...
Change-Id: Ic547a05d2540a9fb70a38b3717cb4e87726a74a5
2012-06-02 17:57:18 -05:00
Norbert Thiebaud
1e34e009ff
targeted string re-work
...
Change-Id: Iaccecb3f54faa157181c45050e395b828784bc00
2012-06-02 16:48:34 -05:00
Michael Meeks
ff43ad1a77
targetted string cleanup
...
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
2012-06-01 17:40:03 +01:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Stephan Bergmann
17c4bb3be3
Needless SAL_CALL
2012-03-22 10:37:14 +01:00
Julien Nabet
5122196acc
Avoid temporary rtl::OUString
2012-03-03 15:05:28 +01:00
Stephan Bergmann
fe981519f5
gb_JunitTest_JunitTest takes only one argument
2012-02-20 16:39:59 +01:00
Josh Heidenreich
700b794126
Added and improved READMEs for modules which used to be in filter
2012-02-08 07:46:58 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Olivier Hallot
5738e07a78
Fix for fdo43460 Part XLIII getLength() to isEmpty()
...
Part XLIII
Modules
unoxml
2012-01-19 22:07:59 -02:00
Thomas Arnhold
2c3d0ff9f8
Use SAL_N_ELEMENTS
...
Some more like Thorstens diff 9c59cd15b1
Done with some regex magic (and a check if this var is an array):
s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10 16:52:33 +01:00
Takeshi Abe
ff580eb39b
catch exception by constant reference
2012-01-08 03:35:43 +09:00
Michael Stahl
cb1ad8c8df
unordf: tweak SPARQL unit test:
...
rasqal 0.9.27 returns no variables for a SPARQL SELECT query with no
results; it is unclear whether that is allowed but it is a corner case
and probably we should not be testing for that.
2011-12-20 18:31:57 +01:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
David Tardon
3d146fb868
deprecated decl. from ext. lib.
2011-10-11 10:20:45 +02:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Caolán McNamara
f57baefbd3
add chaff to encrypted documents
2011-09-08 15:29:53 +01:00
Andras Timar
3f62165fd4
replace api.openoffice.org to api.libreoffice.org
2011-09-07 10:27:56 +02:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Takeshi Abe
1a44d29eb1
Emacs modeline compatible with vim's one
2011-08-05 10:59:45 +09:00
Tor Lillqvist
b9bee88e1b
Add consistent Emacs and vim mode lines
2011-07-30 23:01:51 +03:00
Tor Lillqvist
4324ef704e
We need libxml2, too
2011-07-30 22:22:05 +03:00
Bjoern Michaelsen
6f38368f3b
keep gbuild calls consistent at now, even if it is a bit longer
2011-07-23 15:23:21 +02:00
Bjoern Michaelsen
e0b4860fb1
postmerge fixes for gnumake4
2011-07-22 21:22:43 +02:00
Bjoern Michaelsen
112be98c92
resyncing to master
2011-07-21 18:38:50 +02:00
Tor Lillqvist
e556a28fec
Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always
...
They are empty anyway when not needed, I think.
2011-07-21 14:05:40 +03:00
Matúš Kukan
a9137707c4
Remove component_getImplementationEnvironment
2011-07-12 17:58:59 +02:00
Matus Kukan
1ef868489e
update component factory methods to use new prefixes, to add lib merging
2011-06-24 14:55:37 +01:00
Bjoern Michaelsen
ae2ebf8fac
Merge branch 'master' into feature/gnumake4
...
Conflicts:
filter/source/config/cache/filtercache.cxx
filter/source/odfflatxml/makefile.mk
oox/Library_oox.mk
oox/Makefile
oox/Module_oox.mk
oox/Package_generated.mk
oox/Package_inc.mk
oox/prj/build.lst
oox/prj/d.lst
oox/prj/makefile.mk
oox/source/dump/makefile.mk
unoxml/Library_unordf.mk
unoxml/Library_unoxml.mk
writerfilter/CppunitTest_writerfilter_doctok.mk
writerfilter/Library_writerfilter.mk
writerfilter/Module_writerfilter.mk
writerfilter/Package_inc.mk
writerfilter/inc/resourcemodel/TagLogger.hxx
writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
writerfilter/prj/build.lst
writerfilter/prj/makefile.mk
writerfilter/qa/complex/ooxml/makefile.mk
writerfilter/qa/cppunittests/doctok/makefile.mk
writerfilter/qa/cppunittests/doctok/testdoctok.cxx
writerfilter/qa/cppunittests/xxml/testXXML.cxx
writerfilter/source/dmapper/DomainMapper.cxx
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
writerfilter/source/dmapper/DomainMapperTableManager.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
writerfilter/source/dmapper/FontTable.cxx
writerfilter/source/dmapper/GraphicHelpers.cxx
writerfilter/source/dmapper/PropertyIds.cxx
writerfilter/source/dmapper/PropertyMap.cxx
writerfilter/source/dmapper/SettingsTable.cxx
writerfilter/source/dmapper/StyleSheetTable.cxx
writerfilter/source/dmapper/TablePropertiesHandler.cxx
writerfilter/source/dmapper/TblStylePrHandler.cxx
writerfilter/source/dmapper/ThemeTable.cxx
writerfilter/source/doctok/WW8DocumentImpl.cxx
writerfilter/source/doctok/resourcesimpl.xsl
writerfilter/source/filter/WriterFilter.cxx
writerfilter/source/generated.mk
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
writerfilter/source/ooxml/OOXMLFactory.cxx
writerfilter/source/ooxml/OOXMLFactory.hxx
writerfilter/source/ooxml/OOXMLStreamImpl.cxx
writerfilter/source/ooxml/RefAndPointer.hxx
writerfilter/source/resourcemodel/TagLogger.cxx
writerfilter/unocomponent/component.cxx
writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx
2011-06-19 20:09:46 +02:00
Hans-Joachim Lankenau
4d427bd5c8
ause130: #i117218# missing pieces...
2011-06-18 11:26:56 +02:00
Hans-Joachim Lankenau
4fb5b90d3e
ause130: #i117218# change .idl handling to gnu make
2011-06-18 11:26:55 +02:00