Commit graph

3785 commits

Author SHA1 Message Date
Maciej Rumianowski
a945fbf59c Get rid of SvULongs in calc
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-20 17:01:05 -04:00
Matus Kukan
bc925cc2ad Remove component_getImplementationEnvironment 2011-07-12 17:58:44 +02:00
Thomas Arnhold
ac02b95bcc fdo#38725: Reorder buttons to Ok, Cancel, Help
Remove BUTTONS_HELP_OK_CANCEL definition and use more
intuitive usable BUTTONS_OK_CANCEL_HELP.
2011-06-27 23:40:56 +02:00
Thomas Arnhold
109afdcc3f Use definition of BUTTONS_HELP_OK_CANCEL directly. 2011-06-27 23:25:46 +02:00
Regina Henschel
b0eefda758 Adapt texts to new B-spline implementation 2011-06-23 18:43:20 +03:00
Bjoern Michaelsen
100fd14a70 gnumake4: postmerge fixes in sc 2011-06-21 12:54:01 +02:00
Caolán McNamara
b0a7f87a86 catch by const reference 2011-06-21 09:11:10 +01:00
David Tardon
5e7d51d438 remove all traces of offuh from makefiles 2011-06-18 11:25:30 +02:00
Hans-Joachim Lankenau
3bf16bf9e6 ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:25:29 +02:00
Caolán McNamara
74d2411555 WaE: removed unused fZDerivation 2011-06-07 11:28:49 +01:00
Regina Henschel
6a8f23ec27 Adapt smoothing with splines to ODF1.2 2011-06-06 19:31:56 +02:00
Caolán McNamara
e8ec8ac463 use standard template for this 2011-06-03 13:42:38 +01:00
Caolán McNamara
3471d7eef3 overly static 2011-06-01 15:16:58 +01:00
Korrawit Pruegsanusak
b9376ed8d4 Code Cleanup
* Remove empty and bogus comments
* Remove dead codes
* Fix typos in comments

Released under LGPLv3+/MPL
2011-05-30 12:03:44 +01:00
Jacek Wolszczak
a64076a069 Replace DBG_* with OSL_* in calc/chart2 2011-05-27 06:03:36 +02:00
Caolán McNamara
b6bf0aa23a valgrind: break circular dependency leaks 2011-05-20 15:21:50 +01:00
Caolán McNamara
32381ea5e1 adjust for modified singleton 2011-05-20 15:21:50 +01:00
Christian Lohmaier
dca0391318 WaE - add explicit casting (decimal-types → integer types) 2011-05-16 22:09:46 +02:00
Kohei Yoshida
eac91db8a2 Merge branch 'libreoffice-3-4'
Conflicts:
	sc/CppunitTest_sc_ucalc.mk
	sc/Module_sc.mk
	sc/qa/unit/ucalc.cxx
	sc/source/core/tool/dbcolect.cxx
	sc/source/filter/excel/excimp8.cxx
	sc/source/filter/inc/excimp8.hxx
	sc/source/ui/docshell/impex.cxx
	sc/source/ui/unoobj/datauno.cxx
2011-05-09 23:47:24 -04:00
Julien Nabet
0b30f931dd Remove 2 private empty methods and their respective call 2011-05-07 11:32:46 +02:00
Kohei Yoshida
11208eaa2f fdo#36789: Set all dynamic controls invisible upon instantiation.
Some of the dialog code depends on the controls being hidden unless
explicitly set visible.  Unfortunately that's not really guaranteed
so we need to make that logic explicit.
2011-05-06 22:34:11 -04:00
Julien Nabet
69211a3aa5 Some cppcheck cleaning 2011-05-05 23:33:14 +02:00
Kayo Hamid
ee0110327a cppcheck inefficient checking for emptiness
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
 xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
 constant time
2011-04-22 11:31:04 +02:00
Julien Nabet
8afda8d711 Easy Hack: Add visibility markup to all component_get* functions 2011-04-19 22:45:11 +02:00
Kayo Hamid
d9fbee7892 prefer prefix ++/-- operators 2011-04-19 10:29:48 +01:00
David Tardon
cdc48cc064 move the code to gbuild 2011-04-17 19:06:48 +02:00
David Tardon
c357788e4d use SAL_DLLPUBLIC_EXPORT for consistency 2011-04-15 17:15:11 +02:00
David Tardon
13357c87e8 remove obsoleted .pmk files 2011-04-15 16:19:07 +02:00
David Tardon
ebc678510b check for the value being outside the numeric limit of 32-bit int
Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to
the right file.
2011-04-15 12:46:04 +02:00
David Tardon
c3565154c1 fdo#34350 make sure these values are positive
Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to
the right file.
2011-04-15 12:46:04 +02:00
David Tardon
1d358f105d remove unused files 2011-04-15 12:46:03 +02:00
David Tardon
c849643c98 gbuildize chart2 2011-04-15 12:46:03 +02:00
Caolán McNamara
ff84296937 catch by const reference 2011-04-13 20:35:44 +01:00
Francisco Saito
e203fc2536 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:36 +01:00
Francisco Saito
3efa3777aa drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:39:42 +01:00
Caolán McNamara
fa6a1107ed use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:13:02 +01:00
Bjoern Michaelsen
4618dd3983 migrate chart2 subsequenttests to gbuild 2011-03-28 02:45:25 +02:00
Bjoern Michaelsen
15c21c9397 fd#35693: disable hangin subsequenttests (complex and unoapi tests)
- chart2/qa/unoapi
 - configmgr/qa/unoapi
 - dbaccess/qa/unoapi
 - forms/qa/complex/forms
 - linguistic/qa/unoapi
 - qadevOOo/qa/unoapi
 - sd/qa/unoapi
 - starmath/qa/unoapi
 - ucb/qa/complex/ucb
 - ucb/qa/unoapi
 - unotools/qa/complex/tempfile
2011-03-26 17:07:02 +01:00
Petr Mladek
075f9682de set build depencencies against the new "translations" module 2011-03-25 12:14:28 +01:00
Jan Holesovsky
acfdc69e78 Merge commit 'ooo/DEV300_m103'
Conflicts:
	sc/source/filter/starcalc/scflt.cxx
	sc/source/ui/unoobj/chart2uno.cxx
2011-03-23 16:58:51 +01:00
Caolán McNamara
d5d663c24d WaE: nColumnCount unused 2011-03-21 10:02:29 +00:00
Thomas Arnhold
e52051f501 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:05:33 +01:00
Michael Meeks
d8420530bc fix array bounds problem that crept in from OO.o 2011-03-18 17:35:05 +01:00
Jan Holesovsky
e6064484fa Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	chart2/source/controller/main/UndoManager.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	sc/inc/address.hxx
	sc/inc/attrib.hxx
	sc/inc/bigrange.hxx
	sc/inc/callform.hxx
	sc/inc/cell.hxx
	sc/inc/chartarr.hxx
	sc/inc/chartlis.hxx
	sc/inc/chgtrack.hxx
	sc/inc/collect.hxx
	sc/inc/compiler.hxx
	sc/inc/detdata.hxx
	sc/inc/document.hxx
	sc/inc/fillinfo.hxx
	sc/inc/olinetab.hxx
	sc/inc/prnsave.hxx
	sc/inc/queryparam.hxx
	sc/inc/sc.hrc
	sc/inc/scabstdlg.hxx
	sc/inc/table.hxx
	sc/inc/validat.hxx
	sc/inc/zforauto.hxx
	sc/source/core/data/documen2.cxx
	sc/source/core/data/document.cxx
	sc/source/core/data/table1.cxx
	sc/source/core/tool/address.cxx
	sc/source/core/tool/token.cxx
	sc/source/filter/excel/frmbase.cxx
	sc/source/filter/excel/impop.cxx
	sc/source/filter/excel/xename.cxx
	sc/source/filter/inc/formel.hxx
	sc/source/filter/inc/xename.hxx
	sc/source/filter/xml/xmlexprt.cxx
	sc/source/filter/xml/xmlnexpi.cxx
	sc/source/filter/xml/xmlnexpi.hxx
	sc/source/ui/dbgui/filtdlg.cxx
	sc/source/ui/inc/docfunc.hxx
	sc/source/ui/inc/namedlg.hxx
	sc/source/ui/namedlg/namedlg.cxx
	sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
obo
d3bd824556 CWS-TOOLING: integrate CWS chart55 2011-03-16 09:56:18 +01:00
obo
b491f91e8d CWS-TOOLING: integrate CWS chart51 2011-03-16 09:28:51 +01: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
8b49dc02d9 Various, mostly mutex-related build breakage fixes & warning removals. 2011-03-14 14:12:13 -04: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
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
Ingrid Halama
2e2bd7aab7 chart55: #i117183# bad autoscaling for date axis 2011-03-04 20:28:00 +01:00
Ingrid Halama
6b4fa7ab87 chart55: #i117185# correct object size 2011-03-04 20:16:58 +01:00
Ingrid Halama
e3e1ee8f96 chart55: #i117207# wrong layout with empty titles 2011-03-04 11:59:28 +01:00
Kohei Yoshida
c7a631d252 Check for the value being outside the numeric limit of 32-bit int. 2011-03-03 21:55:38 -05:00
Ingrid Halama
15e9295ad8 chart55: #117185# legend entries get lost after moving the legend 2011-03-03 12:06:51 +01:00
iha
7f7df1e785 chart55: #117183# bad autoscaling for date axis 2011-03-03 11:37:57 +01:00
Kohei Yoshida
2daf897af6 Make sure these values are positive; we use them to resize arrays.
This fixes fdo#34350.
2011-03-02 16:14:54 -05:00
Thomas Arnhold
a6e69f8fcd Move DBG_ERROR to OSL_FAIL 2011-03-02 14:58:56 +01:00
Thomas Arnhold
493c81d73a Remove unnecessary semicolons 2011-03-01 17:42:12 +01:00
Thomas Arnhold
660d565153 Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:47:20 +01:00
Julien Nabet
174a94b545 Remove "using namespace ::rtl" 2011-02-26 01:35:42 +01:00
Ingrid Halama [iha]
33e01cba51 chart51: merge with DEV300_m101 2011-02-24 17:39:29 +01:00
Ingrid Halama [iha]
a3cef22c9f chart51: #i112773# ensure correct position for equation 2011-02-23 11:51:24 +01:00
Ivo Hinkelmann
ce6308e4fa masterfix DEV300: #i10000# usage of L10N build_type 2011-02-22 19:07:34 +01:00
Ivo Hinkelmann
7b37b8ec77 masterfix: #i10000# TRUE -> sal_True 2011-02-16 16:55:03 +01:00
Ivo Hinkelmann
208b435604 CWS-TOOLING: integrate CWS accfixes 2011-02-16 15:09:19 +01:00
Malte Timmermann [mt]
4ae1df2658 accfixes: merged to m100 2011-02-15 17:14:59 +01:00
Ingrid Halama [iha]
d3f3babe5f chart51: merge with DEV300_m100 2011-02-15 14:04:40 +01:00
Ingrid Halama [iha]
e54b887ab0 chart52: merge with DEV300_m100 2011-02-15 13:28:01 +01:00
Kohei Yoshida
ef0fcadc9b Get chart2 to build under windows.
There are still quite a few warnings here though.
2011-02-11 16:23:37 -05:00
Ingrid Halama [iha]
0b3be71b8b chart51: #i116681# fixed defaults for lights 2011-02-11 18:16:30 +01:00
Luboš Luňák
9dafa8b12c more std:: -> o3tl:: build fixes 2011-02-08 19:31:40 +01:00
Guillaume Poussel
aa5968f33a Clean-up bogus comments in calc. 2011-02-08 18:45:17 +01:00
Carsten Driesner
24684974fe removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw 2011-02-08 11:05:35 +01:00
Ingrid Halama [iha]
0a7d5e540d chart52: #28670# make the legend within charts resizeable - part 9 2011-02-07 19:03:22 +01:00
Mikhail Voytenko
981b1b3d5a removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd 2011-02-07 18:01:48 +01:00
Ingrid Halama [iha]
a205833343 chart52: #28670# make the legend within charts resizeable - part 8 2011-02-07 17:08:58 +01:00
Ingrid Halama [iha]
5d81e7eace chart52: #i68029# show mean value line in the legend - enable delete key 2011-02-07 14:19:53 +01:00
Ingrid Halama [iha]
5e069f6743 chart52: #i82802# bigger legend keys for lines and dashes, but not for symbols without lines 2011-02-07 14:03:29 +01:00
Carsten Driesner
e1d7ba2932 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Ingrid Halama [iha]
fcad23d649 chart52: compiler warning 2011-02-07 12:39:47 +01:00
Ingrid Halama [iha]
c69fc95173 chart52: #i89539# remove term 'Regression' from legend 2011-02-07 01:21:44 +01:00
Ingrid Halama [iha]
7fd459f91a chart52: #i68029# show mean value line in the legend 2011-02-07 00:46:14 +01:00
Ingrid Halama [iha]
34da919321 chart52: #i82802# bigger legend keys for lines and dashes 2011-02-07 00:10:55 +01:00
Thomas Arnhold
9fb2730dc5 Remove dead code 2011-02-06 17:38:50 +01:00
Thomas Arnhold
11d358ef1f Use OSL_DEBUG_LEVEL > 1 instead of > 2 2011-02-06 17:38:49 +01:00
Thomas Arnhold
cac42d3f6a Remove dead code 2011-02-06 17:38:48 +01:00
Fridrich Štrba
eb1d9d3cda port repository calc to boost unordered containers 2011-02-06 00:59:10 +01:00
Julien Nabet
d78b578d20 Some cppcheck cleaning 2011-02-05 13:36:51 +01:00
Ingrid Halama [iha]
7bafb42bf1 chart52: cleanup unused legend entry stuff in preparation of issue #i82802# 2011-02-04 12:59:11 +01:00
Ingrid Halama [iha]
c9bfd6cdeb chart52: merge with DEV300_m99 2011-02-03 12:49:56 +01:00
Julien Nabet
cab3791076 Some cppcheck cleaning 2011-02-02 12:33:58 +01:00
Thomas Arnhold
247d7184d3 Clean up makefiles 2011-02-02 12:05:23 +01:00
Ingrid Halama [iha]
6ec41c445e chart52: #28670# make the legend within charts resizeable - part 7 2011-02-02 12:01:37 +01:00
Vladimir Glazunov
0ceb085ea2 #i10000# WAE: initialize variables 2011-02-02 11:27:57 +01:00
Vladimir Glazunov
b8e3d5a9d5 #i10000# WAE: initialize variables 2011-02-02 10:16:51 +01:00
Julien Nabet
ea28395404 Some cppcheck cleaning 2011-02-01 23:59:20 +01:00
Thomas Arnhold
0a26966dc0 Clean up makefiles 2011-02-01 17:33:12 +01:00