Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-16 | cleanup: remove unused prototype too | Michael Meeks | |
2012-01-16 | sax_fastparser::FastSerializerHelper::write(float) | Alexander Bergmann | |
2012-01-05 | Fix for fdo43460 Part XXIX getLength() to isEmpty() | Olivier Hallot | |
Part XXIX Modules sax, scaddins, sccomp, scripting | |||
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | |
2012-01-04 | sax: this had to be accidentally added when merging | Matúš Kukan | |
2011-12-24 | catch exception by constant reference | Takeshi Abe | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-01 | we are W3C XMLSchema here, not ISO 8601 | Eike Rathke | |
2011-11-30 | handle dates with year < 1000 | Eike Rathke | |
* Read dates with years consisting of less than 4 digits. ISO 8601 specifies that years are to be written with a minimum of 4 digits. However, be lenient in what we accept. * Write years < 1000 with leading zeros to comply with ISO 8601 YYYY. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | fix conversions from cm | Radek Doulik | |
2011-11-28 | added conversion from MeasureUnit::CM | Radek Doulik | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-15 | Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't ↵ | Caolán McNamara | |
happen before assign | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, DateTime edition: | Michael Stahl | |
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter. | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-11 | partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72 | Michael Stahl | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of data | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-16 | Removed leftover makefile.mk after gbuildization. | Stephan Bergmann | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-12 | sb140: #i117694# some CppUnit related cleanup | Stephan Bergmann | |
2011-08-31 | catch by const reference | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-16 | catch by const reference | Caolán McNamara | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | Bypass this for non-desktop OSes | Tor Lillqvist | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-03 | Need to link with sal_textenc, too, now | Tor Lillqvist | |
2011-08-03 | Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anyway | Tor Lillqvist | |
2011-08-02 | Add static sax cppunittester for iOS | Tor Lillqvist | |
2011-08-02 | get this building under windows again | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-26 | fixed typo | Takeshi Abe | |
2011-07-25 | cppunit is linked in automatically | David Tardon | |
2011-07-23 | keep gbuild calls consistent at now, even if it is a bit longer | Bjoern Michaelsen | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-13 | WaE: unused arguments | Caolán McNamara | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matus Kukan | |
2011-07-10 | Bulid fix: use SAL_PRIxUINT32 format string | Thomas Arnhold | |
2011-07-10 | Enable test/sax | Thomas Arnhold | |
To compile some adjustments had to be made. | |||
2011-06-21 | Don't use the i prefix for import libraries with WNTGCC | Tor Lillqvist | |
2011-06-21 | This file is not used | Tor Lillqvist | |