Commit graph

300012 commits

Author SHA1 Message Date
Tor Lillqvist
7a58710bcf Must export SYSBASE for it to propagate through set_soenv 2012-01-22 10:13:44 +02:00
August Sodora
9a7d098aa9 SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 20:50:34 -05:00
Lionel Elie Mamane
b026e5a4a1 ORowSetCache::fillMatrix(): correct off-by-one error
Symptom: segfault.
Thanks to Julien Nabet for precise pointer to problematic code.
2012-01-22 01:37:08 +01:00
Michael Meeks
7b0123b9ea android: hard-code path to 'lofficerc' in assets/ 2012-01-21 21:55:53 +00:00
Michael Meeks
f177253cd1 android: print out exception messages that escaped 'main' 2012-01-21 21:46:00 +00:00
Michael Meeks
926822b241 android: don't add -I/usr/include to the compile line - urk 2012-01-21 21:41:28 +00:00
Michael Stahl
0231617f1a sw: tweak translation 60c8a970d 2012-01-21 22:13:33 +01:00
Michael Stahl
a1e4a11201 SwGlossaries: some cleanup 2012-01-21 22:13:33 +01:00
Michael Stahl
e2b3be6416 officecfg: namespace prefix make variable FILES 2012-01-21 22:13:32 +01:00
Michael Stahl
5967ac2879 sw: rtf filters: use "sw.rtf" for logging 2012-01-21 22:13:31 +01:00
Michael Stahl
8cbf0441fa SwGlossaryGroupDlg: get rid of pointless empty() 2012-01-21 22:13:31 +01:00
Michael Stahl
757a17a3a8 SwGlossaryGroupDlg: String to OUString 2012-01-21 22:13:31 +01:00
Michael Stahl
535260983d SwGlossaryGroupDlg: fix memory leaks 2012-01-21 22:13:31 +01:00
Michael Stahl
2e4bb77c19 UnoControls: remove dmakefiles 2012-01-21 22:13:31 +01:00
Michael Meeks
e981b42710 sal: re-disable file based unit tests that don't pass 2012-01-21 20:53:41 +00:00
Thomas Arnhold
22da27d9dd Improve checking for emptiness 2012-01-21 19:58:46 +01:00
Thomas Arnhold
cfc2f1919f Improve checking for emptiness (while) 2012-01-21 19:58:45 +01:00
Thomas Arnhold
94f114550a Improve checking for emptiness 2012-01-21 19:58:45 +01:00
Thomas Arnhold
3bb278f5bf unused methods 2012-01-21 19:58:45 +01:00
Thomas Arnhold
8989839589 Remove unused Get/SetXmlNamespace 2012-01-21 19:58:44 +01:00
Thomas Arnhold
08d47e3491 correct copyright header 2012-01-21 19:58:44 +01:00
Matúš Kukan
67cf29bb36 sal: make more tests running 2012-01-21 19:33:13 +01:00
Matúš Kukan
68dad6ff9d sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
Andras Timar
1c27584919 Bump copyright year 2012-01-21 18:33:54 +01:00
Michael Meeks
85f33f177a sal: enable osl::File unit tests, and add a new readLine unit test 2012-01-21 17:11:06 +00:00
Michael Meeks
96c2f2bc80 android: remove nonsensical write to file buffer during readLine
also expose in-memory file method for unit testing.
2012-01-21 17:09:32 +00:00
Michael Meeks
59cefd339d cleanup: remove annoying ( ) empty parameter pattern 2012-01-21 17:02:40 +00:00
Michael Meeks
22815db58f sal: only allowed one unit-test per gnumakefile, so separate these 2012-01-21 17:01:15 +00:00
Michael Meeks
90bcb4b519 privateise FileCopier - it is not used externally 2012-01-21 17:01:14 +00:00
Stephan Bergmann
f433d5a9b8 Fix Windows. 2012-01-21 17:57:10 +01:00
Stephan Bergmann
c76d098cd8 Fix non-DBG_UTIL case. 2012-01-21 17:51:19 +01:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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-21 15:21:16 +01:00
Julien Nabet
0d5167915b Fix Possible inefficient checking for 'aChrSetArr' emptiness 2012-01-21 09:31:20 +01:00
August Sodora
411d8c2dd1 SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:20 -05:00
August Sodora
cba8c3b64e SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:19 -05:00
August Sodora
528aba3a9c SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:19 -05:00
August Sodora
8904dce975 Remove unused SV_DECL_PTRARR 2012-01-21 01:54:19 -05:00
August Sodora
f057a76585 Remove unused SV_DECL_PTRARR 2012-01-21 01:54:19 -05:00
August Sodora
5a37be04ba SV_DECL_PTRARR->std::vector 2012-01-21 01:54:18 -05:00
Kohei Yoshida
de8d1f922a Oops I shouldn't have erased names directly.
We always need to remove the index map when removing a name.
2012-01-21 01:10:23 -05:00
Kohei Yoshida
657b3c889a fdo#44831: Named range should overwrite existing name.
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.
2012-01-21 00:11:30 -05:00
Kohei Yoshida
54d7fc9eee Grid lines should be immediately above or below the background.
Especially grid lines should never be above cell borders.
2012-01-20 21:36:24 -05:00
August Sodora
90e983df7b Use a smart pointer here instead 2012-01-20 20:47:54 -05:00
August Sodora
e0d20cbd0b valgrind: Fix memory leak 2012-01-20 20:47:54 -05:00
August Sodora
9f1ee3e585 Remove useless macros 2012-01-20 20:47:53 -05:00
Milos Sramek
3cf7dcdde2 updated [sk-SK] formats and month names 2012-01-21 01:16:41 +01:00
Miklos Vajna
c39e891d4d fdo#44983 Fix RTF import of \paperh and \paperw
These keywords should not only set the *default* paper height/width but
also set the current values.
2012-01-21 01:02:10 +01:00
Norbert Thiebaud
53358305d8 kill some doxygen warnings 2012-01-20 17:16:56 -06:00
August Sodora
6accc1e65a Revert "DECL_PTRSTACK->std::stack"
This reverts commit 56208a1b36.
2012-01-20 17:50:50 -05:00
August Sodora
f9424e58a3 Revert "Remove DECL_PTRSTACK"
This reverts commit fabf6aa201.
2012-01-20 17:50:50 -05:00