summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Collapse)AuthorFilesLines
2011-11-30handle dates with year < 1000Eike Rathke2-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-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28fix conversions from cmRadek Doulik1-7/+5
2011-11-28added conversion from MeasureUnit::CMRadek Doulik1-0/+43
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-21empty a bunch of d.lst filesMichael Stahl2-2/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-15Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't ↵Caolán McNamara1-2/+3
happen before assign
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-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 Stahl2-1/+191
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 Stahl2-4/+35
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-11partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72Michael Stahl1-0/+187
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-03WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of dataTor Lillqvist1-1/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann3-23/+21
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-4/+4
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-16Removed leftover makefile.mk after gbuildization.Stephan Bergmann1-77/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2-1/+4
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann2-35/+2
2011-08-31catch by const referenceCaolán McNamara1-13/+12
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-17add more component prefixesMatúš Kukan4-4/+4
2011-08-16catch by const referenceCaolán McNamara1-2/+2
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe7-7/+7
2011-08-08Bypass this for non-desktop OSesTor Lillqvist1-1/+4
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-03Need to link with sal_textenc, too, nowTor Lillqvist1-0/+1
2011-08-03Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anywayTor Lillqvist1-2/+2
2011-08-02Add static sax cppunittester for iOSTor Lillqvist3-0/+208
2011-08-02get this building under windows againCaolán McNamara3-3/+3
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist6-0/+6
2011-07-26fixed typoTakeshi Abe1-2/+2
2011-07-25cppunit is linked in automaticallyDavid Tardon1-1/+0
2011-07-23keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen2-7/+3
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen4-7/+18
2011-07-21resyncing to masterBjoern Michaelsen8-51/+37
2011-07-13WaE: unused argumentsCaolán McNamara1-5/+8
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan4-22/+1
2011-07-10Bulid fix: use SAL_PRIxUINT32 format stringThomas Arnhold1-2/+2
2011-07-10Enable test/saxThomas Arnhold2-22/+25
To compile some adjustments had to be made.
2011-06-21Don't use the i prefix for import libraries with WNTGCCTor Lillqvist3-0/+12
2011-06-21This file is not usedTor Lillqvist1-67/+0
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen5-8/+41
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen32-324/+637
Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx
2011-06-17gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]Michael Stahl1-37/+0
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl3-12/+2
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]Michael Stahl2-39/+2
2011-06-17gnumake4: sax: add missing package dependency [hg:f5e59f9cc073]Michael Stahl1-0/+4
2011-06-17gnumake4: expat libraries are static [hg:3daa2bed1277]Michael Stahl2-2/+2
2011-06-17CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]Mathias Bauer5-16/+33