summaryrefslogtreecommitdiffstats
path: root/xmlscript
Commit message (Collapse)AuthorAgeFilesLines
* targeted string re-workNorbert Thiebaud2012-06-011-12/+12
| | | | Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f
* Targeted string re-work xmlhelp/xmlscriptThorsten Behrens2012-06-011-441/+441
|
* nuke unused typedefTakeshi Abe2012-05-311-1/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-211-1/+0
| | | | Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-3/+3
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-14/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-162/+162
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-041-1/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-7/+13
|
* .dtd files don't need executable bitsMichael Stahl2012-03-234-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-212-0/+0
|
* Bin a few more 16-bit Windows leftoversTor Lillqvist2012-03-211-20/+0
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* more documentation and cleanups for various modules.Michael Meeks2012-03-061-0/+5
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Fix for fdo43460 Part LIV getLength() to isEmpty()Olivier Hallot2012-01-2810-65/+65
| | | | | | Part LIV Modules xmlscript
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2616-95/+95
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-7/+4
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* catch exception by constant referenceTakeshi Abe2012-01-095-17/+16
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-061-1/+0
|
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-141-1/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from xmlscriptNorbert Thiebaud2011-11-2718-34/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* empty a bunch of d.lst filesMichael Stahl2011-11-211-1/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-213-6/+6
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Remove RCS headerThomas Arnhold2011-09-201-3/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Add prefixes for some component_getFactory functionsMatúš Kukan2011-08-182-2/+2
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* realpaths to get windows building hereCaolán McNamara2011-08-041-2/+2
|
* Some cppcheck cleaningJulien Nabet2011-07-301-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-0/+4
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-1/+5
|
* resyncing to masterBjoern Michaelsen2011-07-214-30/+1
|\
| * Generate correctly named import library for WNTGCCTor Lillqvist2011-07-211-0/+4
| |