Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | Mempool size args are unused. | Stephan Bergmann | |
2012-01-20 | Remove some dated Windows-only debug stuff. | Stephan Bergmann | |
2012-01-20 | android: more goodness into the README a bit more | Michael Meeks | |
2012-01-20 | android: add missing VCL init symbol goodness | Michael Meeks | |
2012-01-20 | android: more notes on running the test | Michael Meeks | |
2012-01-20 | Uploading even newer and even more shiny libvisio 0.0.14 | Fridrich Štrba | |
2012-01-20 | add missing semicolons. *blush* | David Tardon | |
2012-01-20 | Disable sd_regression_test until "do not embed font config" is fixed. | Stephan Bergmann | |
2012-01-20 | make these strings localizable again (fdo#44947) | David Tardon | |
Our translation tools read the src files literally, line by line, only reacting on specific patterns (e.g., 'Text [en-US] = "...";'). Therefore use of macros like this cannot work. | |||
2012-01-19 | clean-up Doxygen warnings | Norbert Thiebaud | |
2012-01-20 | Fix RTF import of dotted and word underline | Miklos Vajna | |
The problem was that these are flags, not toggles. | |||
2012-01-19 | Fix for fdo43460 Part XLIII getLength() to isEmpty() | Olivier Hallot | |
Part XLIII Modules uui | |||
2012-01-19 | Fix for fdo43460 Part XLIII getLength() to isEmpty() | Olivier Hallot | |
Part XLIII Modules unoxml | |||
2012-01-19 | Fix for fdo43460 Part XLII getLength() to isEmpty() | Olivier Hallot | |
Part XLII Modules unotools | |||
2012-01-19 | Fix for fdo43460 Part XLI getLength() to isEmpty() | Olivier Hallot | |
Part XLI Modules ucbhelper, unodevtools | |||
2012-01-19 | added [fr-LU] date acceptance pattern "D/M" | Eike Rathke | |
2012-01-19 | added [fr-BE] date acceptance pattern "D/M" | Eike Rathke | |
2012-01-19 | added [fr-FR] date acceptance pattern "D/M" | Eike Rathke | |
2012-01-19 | Undo comment fix that introduces start of nested comment. | Stephan Bergmann | |
2012-01-19 | added [kab-DZ] date acceptance pattern "D/M" | Eike Rathke | |
2012-01-19 | minor corrections in comments | Eike Rathke | |
2012-01-19 | fdo#44915 MSI installer l10n bug | Andras Timar | |
Unfortunately msiinfo.exe has a limitation, it truncates Language property in Summary Information at char position 254. The replacement, WiLangId.vbs does not have this limitation. | |||
2012-01-19 | Fix a crash when copying a sheet with drawing obj to a new document. | Kohei Yoshida | |
2012-01-19 | Make this a private member (to make it easier to keep track of its usage). | Kohei Yoshida | |
2012-01-19 | No class derives from SdrPageView. No sense using protected visibility. | Kohei Yoshida | |
2012-01-19 | Don't be a listener if you aren't interested in listening. | Kohei Yoshida | |
2012-01-19 | added [be-BY] date acceptance patterns "D.M." and "D/M/" | Eike Rathke | |
2012-01-19 | added [ja-JP] date acceptance patterns (various) | Eike Rathke | |
2012-01-19 | added check for duplicated date acceptance patterns | Eike Rathke | |
Also insert full date acceptance pattern at first position instead of appending to have it be first in checks. | |||
2012-01-19 | enable sd's regression test in the subsequenttest target | Markus Mohrhard | |
2012-01-19 | finish sd's regression test | Markus Mohrhard | |
Implemented a simple character based comparison of the exported file and the reference file | |||
2012-01-19 | ORowSetCache: overhaul internals | Lionel Elie Mamane | |
2012-01-19 | janitorial: don't rely on detail of current OSL_ENSURE implementation | Lionel Elie Mamane | |
As in: that the compiler won't see the variables in the condition when OSL_DEBUG_LEVEL==0 | |||
2012-01-19 | column position 0 is perfectly valid | Lionel Elie Mamane | |
On the other hand, column position 1 is not guaranteed to exist. nCurPos will be BROWSER_INVALID_ID, not 0, in case of error in setting it | |||
2012-01-19 | Don't break file: URLs | Tor Lillqvist | |
2012-01-19 | Change back to 32 bit (which is hopefully right). | Stephan Bergmann | |
2012-01-19 | Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. | Stephan Bergmann | |
They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined. | |||
2012-01-19 | writerfilter/documentation: describe what an sprm is | Miklos Vajna | |
2012-01-19 | remove unused methods | Thomas Arnhold | |
2012-01-19 | remove unused macros | Thomas Arnhold | |
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-19 | implement inode compare for identical directory item checking | Michael Meeks | |
2012-01-19 | honour JAVAFLAGS in gbuild | Rene Engelhard | |
2012-01-19 | Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3 | Tor Lillqvist | |
2012-01-19 | sal: expose a public API for comparing directory items | Michael Meeks | |
Windows impl. still pending. | |||
2012-01-19 | a feeble attempt at at least some docs for writerfilter | Luboš Luňák | |
2012-01-19 | fix reading w:charset, you misdesigned writerfilter monster (fdo#34814) | Luboš Luňák | |
2012-01-19 | remove executable bit on source files | Luboš Luňák | |
2012-01-19 | remove pointless forward moving of a table (bnc#706138) | Luboš Luňák | |
This appears to be broken. Why should a table where all rows want to be kept together be moved one page forward just because there is something before it on the page where it is? It either fits its curent page, in which case it's wrong, or it does not fit, in which case it may not fit the following page either and something else needs to take care of it anyway. | |||
2012-01-19 | Don't use too modern C++ | Tor Lillqvist | |