summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23android: re-installs can fail silently, remove tree before installMichael Meeks1-0/+1
2012-01-23ORowSetCache::fillMatrix(): fix case m_nFetchsize > table sizeLionel Elie Mamane1-1/+1
When lowering m_nStartPos, do not duplicate rows above its old value
2012-01-23fdo#44988: Remove obsolete BOOTSTRAP defines.Thomas Collerton7-42/+0
2012-01-23Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek3-13/+0
2012-01-23Removed Get*EntryLine? and Get*EntryDistance methods.Mariusz Dykierek3-60/+0
2012-01-23Redundant condition and Comment Translations.Mariusz Dykierek1-12/+12
2012-01-23Use -z defs to catch undefineds at build timeTor Lillqvist1-0/+3
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
Fixed a misconception in transition from List to to ptr_vector of commit db599f64e63a3141159b7f0e59783197c39b3e02, List::Next() returned NULL when at end of list, mimic that.
2012-01-22Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/coreThomas Klausner1-0/+1
2012-01-22Use more portable `=' comparison operator instead of `=='.Thomas Klausner1-1/+1
2012-01-22fdo#43705: fix incomplete updating of the page preview pane in DrawIvan Timofeev1-0/+1
This regression was introduced in f215333002882872129066828228d3343a903331. As stated in PageObjectPainter::PaintPageObject: "The page object layouter is quite volatile." The rest of usages of mpPageObjectLayouter looks sane, but who knows...
2012-01-22Wash my handsTor Lillqvist1-2/+0
2012-01-22Wash my handsTor Lillqvist1-40/+28
2012-01-22Must export SYSBASE for it to propagate through set_soenvTor Lillqvist1-1/+1
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-14/+12
2012-01-22ORowSetCache::fillMatrix(): correct off-by-one errorLionel Elie Mamane1-1/+1
Symptom: segfault. Thanks to Julien Nabet for precise pointer to problematic code.
2012-01-21android: hard-code path to 'lofficerc' in assets/Michael Meeks2-6/+9
2012-01-21android: print out exception messages that escaped 'main'Michael Meeks1-0/+10
2012-01-21android: don't add -I/usr/include to the compile line - urkMichael Meeks1-0/+5
2012-01-21sw: tweak translation 60c8a970dMichael Stahl4-85/+76
2012-01-21SwGlossaries: some cleanupMichael Stahl8-84/+76
2012-01-21officecfg: namespace prefix make variable FILESMichael Stahl3-4/+4
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl5-200/+200
2012-01-21SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl1-87/+66
2012-01-21SwGlossaryGroupDlg: String to OUStringMichael Stahl2-21/+27
2012-01-21SwGlossaryGroupDlg: fix memory leaksMichael Stahl2-64/+44
2012-01-21UnoControls: remove dmakefilesMichael Stahl3-164/+0
2012-01-21sal: re-disable file based unit tests that don't passMichael Meeks1-4/+4
2012-01-21Improve checking for emptinessThomas Arnhold21-33/+33
2012-01-21Improve checking for emptiness (while)Thomas Arnhold1-1/+1
2012-01-21Improve checking for emptinessThomas Arnhold4-7/+7
2012-01-21unused methodsThomas Arnhold5-55/+0
2012-01-21Remove unused Get/SetXmlNamespaceThomas Arnhold5-31/+0
2012-01-21correct copyright headerThomas Arnhold2-8/+2
2012-01-21sal: make more tests runningMatúš Kukan6-16/+80
2012-01-21sal: split unit-tests to one test per makefileMatúš Kukan7-30/+83
2012-01-21Bump copyright yearAndras Timar1-2/+2
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks1-7/+37
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks3-4/+8
also expose in-memory file method for unit testing.
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks1-513/+513
2012-01-21sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks4-24/+82
2012-01-21privateise FileCopier - it is not used externallyMichael Meeks1-4/+4
2012-01-21Fix Windows.Stephan Bergmann2-4/+4
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann424-1333/+2214
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet1-1/+1
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-25/+22
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2-8/+7
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-12/+7
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora2-5/+0