Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-25 | stop parsing on encountering internal entities in fastparser.cxx | Michael Stahl | 2 | -0/+40 | |
2012-05-25 | stop parsing on encountering internal entities in sax_expat.cxx | Michael Stahl | 1 | -24/+47 | |
The XML_UnparsedEntityDeclHandler is apparently deprecated anyway, so replace it with the newfangled XML_EntityDeclHandler. | |||||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | 1 | -1/+0 | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | 2 | -2/+2 | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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 | |||||
2012-04-20 | fdo#48969: add unit test for Converter::convertDouble | Michael Stahl | 1 | -0/+72 | |
2012-04-20 | fdo#48969: GetConversionFactor: add inch as source unit | Michael Stahl | 1 | -10/+142 | |
Also, add whole bunch of missing cases while at it. | |||||
2012-04-20 | fdo#48969: switch units in Converter::convertDouble | Michael Stahl | 1 | -1/+2 | |
The factor here is used to divide, so the parameters have to be switched; this has always been broken but probably before 3ca2bef76886450058d1667703aeafe4c2e456c3 nothing called this. This also reverts 7bf1fa3757133f12cf6ca624f8cee6ba5363e7d8 because that was a workaround for the problem in the wrong place. | |||||
2012-04-12 | escape \n and \r too in escapeXml() | Luboš Luňák | 1 | -0/+2 | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 1 | -1/+1 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 4 | -8/+8 | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -3/+3 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-02 | reorganize trickier statics | Caolán McNamara | 2 | -34/+47 | |
2012-03-12 | sax: no matching function for call to 'max(int, sal_Int32&)' | Ivan Timofeev | 1 | -1/+1 | |
2012-03-12 | sax: replace Min/Max macros with std::max | Michael Stahl | 2 | -7/+5 | |
2012-03-12 | sax: move xml2utf.cxx to libsax to prevent duplicate linkage warnings | Michael Stahl | 4 | -13/+8 | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 3 | -3/+3 | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | 1 | -2/+2 | |
2012-02-29 | sax: ConverterTest: add leap year tests | Michael Stahl | 1 | -0/+6 | |
2012-02-29 | Correctly calculate leap year. | Kohei Yoshida | 1 | -1/+1 | |
With the old code, year 2000 would not be a leap year, but it actually is. With this, Calc correctly loads cell with date value of 2000-2-29. (regression from CWS sw33bf02 8786083eb9dabb0d7b328a217ba99a1d71493ad7) Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Signed-off-by: Eike Rathke <erack@redhat.com> Signed-off-by: Michael Stahl <mstahl@redhat.com> | |||||
2012-02-29 | sax: this CalcXMLLen() was commented out since 2001 | Miklos Vajna | 1 | -48/+0 | |
2012-02-26 | Avoid temporary rtl::OUString | Julien Nabet | 1 | -2/+1 | |
2012-02-16 | Reduce verbiage slightly | Tor Lillqvist | 1 | -1/+3 | |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | 2 | -70/+0 | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||||
2012-02-10 | Removed unused code | Alexander Bergmann | 2 | -88/+0 | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | 1 | -6/+6 | |
2012-02-08 | update unused list | Caolán McNamara | 2 | -18/+0 | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 4 | -28/+35 | |
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. | |||||
2012-01-16 | remove unimplemented methods from headers | Caolán McNamara | 1 | -5/+0 | |
2012-01-16 | Removing unused code | Alexander Bergmann | 1 | -48/+0 | |
2012-01-16 | cleanup: remove unused prototype too | Michael Meeks | 1 | -1/+0 | |
2012-01-16 | sax_fastparser::FastSerializerHelper::write(float) | Alexander Bergmann | 1 | -5/+0 | |
2012-01-05 | Fix for fdo43460 Part XXIX getLength() to isEmpty() | Olivier Hallot | 6 | -11/+11 | |
Part XXIX Modules sax, scaddins, sccomp, scripting | |||||
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | 2 | -27/+0 | |
2012-01-04 | sax: this had to be accidentally added when merging | Matúš Kukan | 1 | -2/+0 | |
2011-12-24 | catch exception by constant reference | Takeshi Abe | 1 | -10/+10 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-01 | we are W3C XMLSchema here, not ISO 8601 | Eike Rathke | 2 | -11/+4 | |
2011-11-30 | handle dates with year < 1000 | Eike Rathke | 2 | -6/+22 | |
* 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 | 1 | -1/+1 | |
2011-11-28 | fix conversions from cm | Radek Doulik | 1 | -7/+5 | |
2011-11-28 | added conversion from MeasureUnit::CM | Radek Doulik | 1 | -0/+43 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -2/+2 | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | 2 | -2/+1 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
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 | 1 | -2/+3 | |
happen before assign | |||||
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | 1 | -61/+21 | |
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 | 2 | -1/+191 | |
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter. |