summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-20Remove some dated Windows-only debug stuff.Stephan Bergmann
2012-01-20android: more goodness into the README a bit moreMichael Meeks
2012-01-20android: add missing VCL init symbol goodnessMichael Meeks
2012-01-20android: more notes on running the testMichael Meeks
2012-01-20Uploading even newer and even more shiny libvisio 0.0.14Fridrich Štrba
2012-01-20add missing semicolons. *blush*David Tardon
2012-01-20Disable sd_regression_test until "do not embed font config" is fixed.Stephan Bergmann
2012-01-20make 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-19clean-up Doxygen warningsNorbert Thiebaud
2012-01-20Fix RTF import of dotted and word underlineMiklos Vajna
The problem was that these are flags, not toggles.
2012-01-19Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot
Part XLIII Modules uui
2012-01-19Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot
Part XLIII Modules unoxml
2012-01-19Fix for fdo43460 Part XLII getLength() to isEmpty()Olivier Hallot
Part XLII Modules unotools
2012-01-19Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot
Part XLI Modules ucbhelper, unodevtools
2012-01-19added [fr-LU] date acceptance pattern "D/M"Eike Rathke
2012-01-19added [fr-BE] date acceptance pattern "D/M"Eike Rathke
2012-01-19added [fr-FR] date acceptance pattern "D/M"Eike Rathke
2012-01-19Undo comment fix that introduces start of nested comment.Stephan Bergmann
2012-01-19added [kab-DZ] date acceptance pattern "D/M"Eike Rathke
2012-01-19minor corrections in commentsEike Rathke
2012-01-19fdo#44915 MSI installer l10n bugAndras 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-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida
2012-01-19Make this a private member (to make it easier to keep track of its usage).Kohei Yoshida
2012-01-19No class derives from SdrPageView. No sense using protected visibility.Kohei Yoshida
2012-01-19Don't be a listener if you aren't interested in listening.Kohei Yoshida
2012-01-19added [be-BY] date acceptance patterns "D.M." and "D/M/"Eike Rathke
2012-01-19added [ja-JP] date acceptance patterns (various)Eike Rathke
2012-01-19added check for duplicated date acceptance patternsEike Rathke
Also insert full date acceptance pattern at first position instead of appending to have it be first in checks.
2012-01-19enable sd's regression test in the subsequenttest targetMarkus Mohrhard
2012-01-19finish sd's regression testMarkus Mohrhard
Implemented a simple character based comparison of the exported file and the reference file
2012-01-19ORowSetCache: overhaul internalsLionel Elie Mamane
2012-01-19janitorial: don't rely on detail of current OSL_ENSURE implementationLionel Elie Mamane
As in: that the compiler won't see the variables in the condition when OSL_DEBUG_LEVEL==0
2012-01-19column position 0 is perfectly validLionel 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-19Don't break file: URLsTor Lillqvist
2012-01-19Change back to 32 bit (which is hopefully right).Stephan Bergmann
2012-01-19Drop 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-19writerfilter/documentation: describe what an sprm isMiklos Vajna
2012-01-19remove unused methodsThomas Arnhold
2012-01-19remove unused macrosThomas Arnhold
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-19implement inode compare for identical directory item checkingMichael Meeks
2012-01-19honour JAVAFLAGS in gbuildRene Engelhard
2012-01-19Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks
Windows impl. still pending.
2012-01-19a feeble attempt at at least some docs for writerfilterLuboš Luňák
2012-01-19fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)Luboš Luňák
2012-01-19remove executable bit on source filesLuboš Luňák
2012-01-19remove 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-19Don't use too modern C++Tor Lillqvist