Age | Commit message (Expand) | Author |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-21 | Remove comphelper::ComponentContext | Stephan Bergmann |
2013-10-21 | FastTokenHandler service should apparently have a default constructor | Stephan Bergmann |
2013-10-21 | WaE: unreferenced local variable | Tor Lillqvist |
2013-10-17 | sax: build fix: don't prefix enum values | Matúš Kukan |
2013-10-17 | sax_attributes: needs cppuhelper on Windows | Matúš Kukan |
2013-10-17 | sax_parser: needs also boost_headers | Matúš Kukan |
2013-10-17 | sax: fix build: needs explicit type | Matúš Kukan |
2013-10-17 | fastparser: don't use multithreading for small documents | Matúš Kukan |
2013-10-17 | fastparser: don't create temporary Events; use references to event list | Matúš Kukan |
2013-10-17 | fastparser: reuse event lists if possible | Matúš Kukan |
2013-10-17 | fastparser: re-work locking, add high & low watermarks, change sizes etc. | Michael Meeks |
2013-10-17 | fastparser: implementation using two threads | Matúš Kukan |
2013-10-17 | fastparser: cache default namespace token for ooxml. | Michael Meeks |
2013-10-17 | FastAttributeList: avoid OStrings in attribute list; just use char buffer | Matúš Kukan |
2013-10-17 | FastAttributeList: use vectors instead of map; the size is small | Matúš Kukan |
2013-10-17 | fastparser: remove duplicated OString version methods | Matúš Kukan |
2013-10-17 | fastparser: isolate calls to XFastContextHandler in Entity's methods | Matúš Kukan |
2013-10-17 | fastparser: store mnNamespaceCount in another stack | Matúš Kukan |
2013-10-17 | sax: add unit test for FastAttributeList | Matúš Kukan |
2013-10-17 | sax: add unit test for FastSaxParser | Matúš Kukan |
2013-10-17 | remove not implemented method declaration | Matúš Kukan |
2013-10-11 | fastparser: don't allocate uno::Sequences when we don't need to. | Michael Meeks |
2013-10-04 | fdo#46374 replace stardiv in comments where applicable | Thomas Arnhold |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann |
2013-10-02 | WaE: unused variable | Tor Lillqvist |
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann |
2013-08-31 | fdo#62475 - remove visual noise | Philipp Riemer |
2013-08-31 | fix indentation | Philipp Riemer |
2013-08-31 | fdo#62475 - remove visual noise | Philipp Riemer |
2013-08-23 | cppcheck: fix duplicate if/else | Julien Nabet |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-20 | Re-work 8bit characters in source code, or remove them. | Michael Meeks |
2013-08-15 | Mark as const | Takeshi Abe |
2013-08-04 | fixup SAL_INFO macros to actually print the strings | Lionel Elie Mamane |
2013-08-04 | sax converter unittest: test accept trailing zeros in fractional seconds | Lionel Elie Mamane |
2013-08-01 | Mark as const | Takeshi Abe |
2013-07-21 | Remove unused convertDateTimeTZ and convertDateTZ | Julien Nabet |
2013-07-15 | OUStringBuffer doesn't have append() overload for const char* | Luboš Luňák |
2013-07-15 | sax: even more boost_headers | Michael Stahl |
2013-07-15 | sax: more s/TimeZone/Timezone/ | Michael Stahl |
2013-07-15 | i#108348: support DateTimeWithTimezone in user defined Document Properties | Michael Stahl |
2013-07-15 | i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. | Michael Stahl |
2013-07-03 | fastsax: provide the element name instead of prefix for unknown elements | Cédric Bosdonnat |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-29 | i#108348 sax::Converter: support negative date and dateTime | Michael Stahl |
2013-06-05 | sax: FastSaxSerializer: add well-formedness assertions | Michael Stahl |