Kohei Yoshida
7492dfe8e1
Fixed build breakage in sc/util.
2011-03-14 21:23:00 -04:00
Kohei Yoshida
9f26dfb93b
More on build errors and warnings.
2011-03-14 20:59:57 -04:00
Norbert Thiebaud
0b9cc91b70
mis-merge: setComplexColumnLabel now takes vector of uno::Any
2011-03-14 17:37:24 -05:00
Norbert Thiebaud
c08b8e3144
mis-merge: a declaration was moved due to cppcheck, and also changed value
...
the result is the 2 decalration were in the merge result, the
one with the 'bad' value shadowing the 'good' value
2011-03-14 17:37:24 -05:00
Kohei Yoshida
ea62c27ed1
Fixed pivot.src, while keeping the new Help ID related changes.
2011-03-14 18:12:33 -04:00
Kohei Yoshida
9b50119fd9
Adding missing control ID.
2011-03-14 17:59:55 -04:00
Kohei Yoshida
bb06798a86
More stupid build fixes.
2011-03-14 17:51:41 -04:00
Kohei Yoshida
6f0b90c0f9
More build fixes in sc.
...
The breakages mostly caused by *non-conflicting* code changes from
Oracle. Meaningless variable renaming to reflect datapilot to
pivot table naming change, etc.
2011-03-14 16:40:08 -04:00
Kohei Yoshida
cd31f2448d
Various fixes for build breakages, for sc.
2011-03-14 16:24:03 -04:00
Kohei Yoshida
8b49dc02d9
Various, mostly mutex-related build breakage fixes & warning removals.
2011-03-14 14:12:13 -04:00
Michael Meeks
697a77f6ec
fix misc merge issues breaking the build
2011-03-14 17:34:17 +00:00
David Tardon
add2c16c03
make more space for the MoreButton's label
...
E.g., Japan localization needs it.
2011-03-14 06:39:56 +01:00
Bjoern Michaelsen
bd2ea8f871
making sc/source/filter compile again
2011-03-14 00:39:56 +01:00
Nicolas Christener
be3230aa76
translate german comments in /sc/inc
2011-03-13 19:40:00 +01:00
Nicolas Christener
e02b8039e7
translate german comments in /sc/inc
2011-03-13 19:40:00 +01:00
Thomas Arnhold
3ee28d800c
OSL_TRACE: Use format string for GetBuffer()
2011-03-13 16:44:11 +01:00
Thomas Arnhold
7dd39754e3
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
2011-03-13 16:44:11 +01:00
Thomas Arnhold
fd3ae880bc
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
2011-03-13 16:44:11 +01:00
Thomas Arnhold
adab334178
Add missing osl/diagnose.h
2011-03-13 16:44:11 +01:00
Thomas Arnhold
7e8ed221da
Use OSL_DEBUG_LEVEL 2 and add osl/diagnose.h include
2011-03-13 16:44:11 +01:00
Thomas Arnhold
4eaadbac94
Use OSL_DEBUG_LEVEL 2
2011-03-13 16:44:10 +01:00
Thomas Arnhold
b1b309959e
Fix build: Use format string literals
2011-03-13 16:44:10 +01:00
Thomas Arnhold
8b77605b1e
Move DBG_TRACE to OSL_TRACE
2011-03-13 16:44:10 +01:00
Thomas Arnhold
a7680c1d49
Move DBG_TRACE to OSL_TRACE for strings GetBuffer()
2011-03-13 16:44:10 +01:00
Thomas Arnhold
0dfe94c514
Remove unused DBG_TRACESTR macro
2011-03-13 16:44:10 +01:00
Thomas Arnhold
ed0ced92f0
DBG_TRACESTR to OSL_TRACE for O*String
2011-03-13 16:44:10 +01:00
Thomas Arnhold
859a48975b
DBG_TRACESTR to OSL_TRACE for String
2011-03-13 16:44:10 +01:00
Thomas Arnhold
ccfca545f1
Move DBG_TRACESTR to OSL_TRACE for a OUString
2011-03-13 16:44:10 +01:00
Thomas Arnhold
b0dc341da6
Move DBG_TRACE to OSL_TRACE
2011-03-13 16:44:10 +01:00
Thomas Arnhold
5dd1ff4fe9
Move DBG_TRACE1 to OSL_TRACE
2011-03-13 16:44:10 +01:00
Thomas Arnhold
36971a269f
Move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE
2011-03-13 16:44:10 +01:00
Thomas Arnhold
997939f813
Move DBG_ERROR1 to OSL_TRACE for a macro
2011-03-13 16:44:10 +01:00
Thomas Arnhold
7b16e3d625
Move DBG_ERROR3 to OSL_TRACE
2011-03-13 16:44:09 +01:00
Thomas Arnhold
2f2b1951a7
Move DBG_ERROR2 to OSL_TRACE
2011-03-13 16:44:09 +01:00
Thomas Arnhold
884fae413f
Move DBG_ERROR1 to OSL_TRACE
2011-03-13 16:44:09 +01:00
Thomas Arnhold
735061e023
Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()
2011-03-13 16:44:09 +01:00
Thomas Arnhold
ea6ae37c1b
Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
2011-03-13 16:44:09 +01:00
Julien Nabet
96a7f1dd19
Methods can be const
2011-03-13 00:12:13 +01:00
Nicolas Christener
59ba9bfd9d
translate german comments in /sc/inc
2011-03-12 08:56:02 +01:00
Kohei Yoshida
620cbe0297
A little cleanup.
2011-03-11 16:01:36 -05:00
Kohei Yoshida
c7a03150d1
Properly export sheet local range names to XLS.
2011-03-11 16:01:36 -05:00
Kohei Yoshida
596fcdebaa
For now, we only import normal named expressions in sheet local scope.
2011-03-11 16:01:36 -05:00
Kohei Yoshida
50da3d1e56
Use boost::ptr_list for list containing heap objects.
2011-03-11 16:01:36 -05:00
Kohei Yoshida
f40f777986
Pick up sheet local named expressions during ODS import.
2011-03-11 16:01:36 -05:00
Kohei Yoshida
898f36da16
Export sheet-local range names to ODS.
2011-03-11 16:01:35 -05:00
Kohei Yoshida
ee25a401af
Reduced indent levels again.
2011-03-11 16:01:35 -05:00
Kohei Yoshida
5b586abd99
Extracted a method from a giant, mega method.
2011-03-11 16:01:35 -05:00
Kohei Yoshida
156962189b
Removed unnecessary static cast.
2011-03-11 16:01:35 -05:00
Kohei Yoshida
7c5aa536fb
Reduced indent levels by early bail outs.
2011-03-11 16:01:35 -05:00
Kohei Yoshida
970cb4775a
Consistent use of types to eliminate static casting.
2011-03-11 16:01:35 -05:00