summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-26Sort the catch-all detection at the endFridrich Štrba
2012-01-26Use the right defineFridrich Štrba
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke
Don't access a css::table::BorderLine struct as if it was a css::table::BorderLine2 struct, which it isn't. A proper implementation would need to pass BorderLine2 structs around for which it would need a css::table::TableBorder2 struct that holds BorderLine2 instead of BorderLine, and adapt various places for API compatibility to support both. For now use the default table::BorderLineStyle::SOLID to set the line style at ::editeng::SvxBorderLine
2012-01-26updated License documentAndras Timar
added libs and dictionaries which were new to LibreOffice 3.5
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-26callcatcher: remove some unused codeCaolán McNamara
2012-01-26convert vectors to OStringCaolán McNamara
2012-01-26convert maps and sets to OStringCaolán McNamara
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-26Better exception message.Stephan Bergmann
2012-01-26Revert "TEMP"Fridrich Štrba
Sorry, for this one, pushed by mistake :( This reverts commit 31c02baa10f7da947aa073f8af3f8e370acabd90.
2012-01-26Fix crashes due to inexisting attributeFridrich Štrba
2012-01-26TEMPFridrich Štrba
2012-01-26disable sd's regression test againMarkus Mohrhard
2012-01-26switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard
2012-01-25Fix for fdo43460 Part XLVIII getLength() to isEmpty()Olivier Hallot
Part XLVIII Modules xmloff (part 2)
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot
Part XLVII Modules xmloff (part 1)
2012-01-25add test for ScTableSheetObjMarkus Mohrhard
2012-01-25adjust test nameMarkus Mohrhard
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard
2012-01-25add interface test for util::XSearchableMarkus Mohrhard
2012-01-25disable all java based tests covered now by c++ based testsMarkus Mohrhard
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot
Reported by: Thomas Klausner <wiz@NetBSD.org>
2012-01-25New unit test for refreshing a pivot table without data cache.Kohei Yoshida
Also, FillOldParam() and GetMembers() removed since 1) they were not necessary and 2) it would create a data cache in the process.
2012-01-25Ensure Env.Host.sh always return a zero exit codeFrançois Tigeot
* On some NetBSD systems, the last unset command returns a non-zero exit code * This made the make(1) processes terminate immediately in source-env-and-recurse, breaking the build. Reported by: Thomas Klausner <wiz@NetBSD.org>
2012-01-26Deleting a null pointer is safeTakeshi Abe
2012-01-25New unit test for pivot table's date output handling.Kohei Yoshida
We rely on the cell type of those date value outputs when grouping by date or value range.
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann
2012-01-25Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann
2012-01-25typoStephan Bergmann
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to rettrieve that. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the file from NDK/sources that it is. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity.
2012-01-25WaE: int and long confusionTor Lillqvist
2012-01-25Let's skip scp2 for non-desktop OSes for nowTor Lillqvist
2012-01-25tweak the ifdefs to clarify the unused SbxDecimal methodsCaolán McNamara
2012-01-25callcatcher: update listCaolán McNamara
2012-01-25refresh unused code listCaolán McNamara
2012-01-25make padmin ByteString freeCaolán McNamara
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-25ByteString->rtl::OStringCaolán McNamara
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara
2012-01-25String->rtl::OUStringCaolán McNamara
2012-01-25reduce unnecessary includesCaolán McNamara
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna
2012-01-25writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna
2012-01-25fix initial height of multiline input windowNoel Power
There is a hardcoded preferred height for the input window that was getting picked up becuase the result of GetTextHeight was just '1' ( due to no font being set up ) We shouldn't use a hardcoded value, we should always use the proper text height e.g. the result of a successfull call to GetTextHeight() ( the patch makes sure we get a decent result from this call )
2012-01-25transparency gradient effect fade in is wrong (fdo#45219)David Tardon
2012-01-25Add a note to the toplevel Makefile where to actually edit stuff.Jan Holesovsky
2012-01-25Allow killing 'make docs' by Ctrl-c.Jan Holesovsky