Kohei Yoshida
9153166f42
Removed another unnecessary return statement.
2010-11-05 13:38:18 -04:00
Kohei Yoshida
ae88ece6b0
Merge branch 'feature/calc-function-linest-logest'
2010-11-05 13:15:31 -04:00
Noel Power
b0b013c78e
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc
2010-11-05 11:37:50 +00:00
Tor Lillqvist
4bc06890a7
Fix Windows build error
...
Include <windows.h> explicitly, surrounded by the prewin.h and
postwin.h headers. Also #undef ERROR to avoid a clash. Approved by
caolan.
2010-11-05 11:11:52 +02:00
Kohei Yoshida
31380277b2
Removed unnecessary return statement.
2010-11-04 23:12:15 -04:00
Kohei Yoshida
d7f0159b32
Fixed wrong indentations.
...
For some reason the indentations were all out of wrack.
2010-11-04 18:51:24 -04:00
Kohei Yoshida
bf81bb9fbc
Put local functions inside anonymous namespace.
2010-11-04 18:01:45 -04:00
Regina Henschel
7578d6601a
Patch for LINEST|LOGEST and TREND|GROWTH.
2010-11-04 17:45:33 -04:00
Noel Power
da3733b703
Fix logic for XLA1Representation for CellAddress/RangeConversion
2010-11-04 21:26:31 +00:00
Kohei Yoshida
9f8034f2ad
Refactoring ODS import in favor of using boost::ptr_vector.
...
Replaced use of std::vector being used as a c-style array, with
boost::ptr_vector to make the code simpler. This change in fact
slightly improves import performance.
2010-11-04 15:02:42 -04:00
Kevin Hunter
f48ebc8b4a
Unused code removal
2010-11-04 14:30:53 +01:00
Kevin Hunter
8806469246
Removed unused code
2010-11-04 14:29:04 +01:00
Kevin Hunter
0cac2a3749
Unused code removal
2010-11-04 14:22:49 +01:00
Kevin Hunter
b51babe211
Minor commented-out code removal
2010-11-04 14:19:32 +01:00
Kevin Hunter
244dfba8a1
Minor commented-out code removal
2010-11-04 14:12:59 +01:00
Jan Holesovsky
933857183e
'configmgr' not necessary for the 'sc' unit tests.
2010-11-03 23:25:58 +01:00
Kohei Yoshida
5fd666fd0f
Set correct default formula syntax value in case it's not explicitly set.
...
When starting from a fresh config, Calc failed to assign default 'Calc A1'
syntax unless the user specifically goes to the Options page and sets the
formula syntax in the Calc - Formula options page. This caused e.g.
print range editing to fail miserably. (fdo#31041)
2010-11-03 14:41:59 -04:00
René Kjellerup
892231d6dc
Warning free sc module
2010-11-03 12:34:09 -04:00
Thomas Klausner
549fb00d59
Add many more files to EXCEPTIONSFILES, needed at least on NetBSD.
2010-11-03 15:49:03 +01:00
Jan Holesovsky
a6f922c232
Enable the Calc unit tests again (on Linux).
2010-11-03 12:43:11 +01:00
Joost Eekhoorn
ff6e2a79d3
RTL_CONSTASCII_USTRINGPARAM macro
2010-11-02 20:52:20 +00:00
Noel Power
74d2cd1398
initial import of latest cws container_controls
2010-11-02 19:36:00 +00:00
Caolán McNamara
020e345334
missing bracket
2010-11-02 10:36:13 +00:00
Gert Faller
b974459252
replace use RTL_CONSTASCII_USTRINGPARAM
2010-11-02 09:18:15 +01:00
Joost Eekhoorn
d49977f3ba
Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM.
2010-11-01 22:22:17 -04:00
Norbert Thiebaud
7e8f040673
conversion of FASTBOOL in the filters repo lead to a slight api change.
2010-11-01 15:27:38 -05:00
Jan Holesovsky
575c02a346
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc
2010-11-01 16:07:04 +01:00
Caolán McNamara
2fa0cd7de1
there's something very odd going on here
2010-11-01 13:56:39 +00:00
Jan Holesovsky
cbddc0a030
Merge commit 'ooo/OOO330_m13'
2010-11-01 13:49:11 +01:00
Caolán McNamara
24a94d9d53
give another go at enabling this test using rdb copies and only for Linux
2010-11-01 10:55:09 +00:00
Joost Eekhoorn
5d3885fa8b
use RTL_CONSTASCII_USTRING_PARAM
2010-10-31 20:27:28 +00:00
Joost Eekhoorn
503a73b8f7
use RTL_CONSTASCII_USTRING_PARAM
2010-10-31 20:26:50 +00:00
Joost Eekhoorn
e7391fd13e
use RTL_CONSTASCII_USTRING_PARAM
2010-10-31 20:26:29 +00:00
Joost Eekhoorn
d23c8832ee
use RTL_CONSTASCII_USTRING_PARAM
2010-10-31 20:26:00 +00:00
Gert Faller
b4b9fbd72b
Use RTL_CONSTASCII_USTRINGPARAM macro
2010-10-30 16:52:27 +01:00
Muthu Subramanian K
b25ab5aef6
Disabling commentPr export - since MSO is yet to support this.
2010-10-29 13:54:21 +05:30
Kohei Yoshida
5e56dc2da0
Allow activation of cell even when the document is read-only.
...
This behavior is very handy when checking for referenced cells
visually by pressing F2. No cell content modification is allowed
of course. (n#647982)
2010-10-28 21:45:16 -04:00
Caolán McNamara
ad3292e2b3
add modelines to .hxx files as well
2010-10-28 15:47:29 +01:00
Caolán McNamara
2db854a3dc
Lets try a local copy
...
lets copy them, on the theory that someone might be editing them during the
test
2010-10-28 13:13:52 +01:00
Cédric Bosdonnat
28785dce3c
Fixed a condition: the filter needs to be checked for NULL in every case
2010-10-28 12:16:37 +02:00
obo
50b023a94b
CWS-TOOLING: integrate CWS calc61
2010-10-28 10:55:51 +02:00
Niklas Nebel
2b0596f11b
calc61: #i115266# handle multiple selection for printing, return valid settings for invalid selection, catch exception from getRenderer
2010-10-27 17:08:35 +02:00
Katarina Machalkova
b9d1610aa2
Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build
2010-10-27 14:03:48 +02:00
Norbert Thiebaud
61623da8d9
remove vos reference from uno xml descriptions
2010-10-27 01:07:58 -05:00
Thorsten Behrens
9e44cd9a26
Revert "enable this again ;-)"
...
This reverts commit 263f325e3fcd629a445b36a5bf7487731996a813. Cannot
register configmgr on at least two different platforms.
2010-10-27 01:10:31 +02:00
Caolán McNamara
0a8533f38c
enable this again ;-)
2010-10-26 11:59:40 +01:00
Caolán McNamara
478726b75e
need salhelper now to build
2010-10-26 11:57:17 +01:00
Norbert Thiebaud
ac05f0a344
Finally, gut the vos module out of the build
2010-10-25 17:57:36 -05:00
Norbert Thiebaud
3a2957a4f5
remvove vos/macros.h usage
2010-10-25 17:57:36 -05:00
Norbert Thiebaud
c94a7511bf
merge vosremoval-mutex.diff
...
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:57:36 -05:00