summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sal: re-disable file based unit tests that don't passMichael Meeks2012-01-211-4/+4
|
* Improve checking for emptinessThomas Arnhold2012-01-2121-33/+33
|
* Improve checking for emptiness (while)Thomas Arnhold2012-01-211-1/+1
|
* Improve checking for emptinessThomas Arnhold2012-01-214-7/+7
|
* unused methodsThomas Arnhold2012-01-215-55/+0
|
* Remove unused Get/SetXmlNamespaceThomas Arnhold2012-01-215-31/+0
|
* correct copyright headerThomas Arnhold2012-01-212-8/+2
|
* sal: make more tests runningMatúš Kukan2012-01-216-16/+80
|
* sal: split unit-tests to one test per makefileMatúš Kukan2012-01-217-30/+83
|
* Bump copyright yearAndras Timar2012-01-211-2/+2
|
* sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks2012-01-211-7/+37
|
* android: remove nonsensical write to file buffer during readLineMichael Meeks2012-01-213-4/+8
| | | | also expose in-memory file method for unit testing.
* cleanup: remove annoying ( ) empty parameter patternMichael Meeks2012-01-211-513/+513
|
* sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks2012-01-214-24/+82
|
* privateise FileCopier - it is not used externallyMichael Meeks2012-01-211-4/+4
|
* Fix Windows.Stephan Bergmann2012-01-212-4/+4
|
* Fix non-DBG_UTIL case.Stephan Bergmann2012-01-211-1/+1
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-21424-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.
* Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet2012-01-211-1/+1
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-25/+22
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-212-8/+7
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-12/+7
|
* Remove unused SV_DECL_PTRARRAugust Sodora2012-01-212-5/+0
|
* Remove unused SV_DECL_PTRARRAugust Sodora2012-01-211-4/+0
|
* SV_DECL_PTRARR->std::vectorAugust Sodora2012-01-211-11/+7
|
* Oops I shouldn't have erased names directly.Kohei Yoshida2012-01-212-2/+8
| | | | We always need to remove the index map when removing a name.
* fdo#44831: Named range should overwrite existing name.Kohei Yoshida2012-01-212-1/+2
| | | | | | | | | When inserting a new named range, it should overwrite any existing name if one exists. That was the old behavior in 3.3 prior to my range name rework, and because of ptr_map not overwriting existing key, that behavior had changed unintentionally. Let's revert to the old behavior.
* Grid lines should be immediately above or below the background.Kohei Yoshida2012-01-201-4/+7
| | | | Especially grid lines should never be above cell borders.
* Use a smart pointer here insteadAugust Sodora2012-01-207-23/+12
|
* valgrind: Fix memory leakAugust Sodora2012-01-201-0/+1
|
* Remove useless macrosAugust Sodora2012-01-201-7/+0
|
* updated [sk-SK] formats and month namesMilos Sramek2012-01-211-61/+133
|
* fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna2012-01-211-6/+4
| | | | | These keywords should not only set the *default* paper height/width but also set the current values.
* kill some doxygen warningsNorbert Thiebaud2012-01-2015-32/+32
|
* Revert "DECL_PTRSTACK->std::stack"August Sodora2012-01-202-62/+69
| | | | This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
* Revert "Remove DECL_PTRSTACK"August Sodora2012-01-204-0/+68
| | | | This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
* Unused defineAugust Sodora2012-01-201-2/+0
|
* Remove unused typedefAugust Sodora2012-01-201-2/+0
|
* Prefer using back() to access the last element.Kohei Yoshida2012-01-204-11/+15
|
* Added 'm' prefix for a data member.Kohei Yoshida2012-01-206-492/+492
|
* Replace open-coded array with std::vector in ScColumn.Noel Grandin2012-01-206-614/+504
|
* More on String to rtl::OUString changes.Kohei Yoshida2012-01-205-18/+10
|
* String to rtl::OUString.Kohei Yoshida2012-01-202-14/+28
|
* Provide a version that takes rtl::OUString.Kohei Yoshida2012-01-202-4/+32
|
* Provide a version that takes rtl::OUString.Kohei Yoshida2012-01-202-5/+25
|
* sal_Bool to bool.Kohei Yoshida2012-01-203-77/+92
|
* Removed unused code as listed in unusedcode.easySantiago Martinez2012-01-203-7/+0
|
* sw: tweak translationsMichael Stahl2012-01-204-25/+24
|
* Translate German commentsPhilipp Weissenbacher2012-01-202-94/+89
|
* Translate German comments to EnglishPhilipp Weissenbacher2012-01-203-181/+163
|