Commit graph

19387 commits

Author SHA1 Message Date
Markus Mohrhard
fed75d001e set the correct url for vba unit test
it seems like the method name is the same as the module name
unit test still crashs because it can't find XSpreadsheetView but works
in general
2011-10-07 23:34:58 +02:00
Takeshi Abe
6b280c938d delete NULL is safe 2011-10-07 10:24:24 +09:00
Caolán McNamara
0e600dd280 VALGRIND=memcheck => sc unit test discovered bug. 2011-10-06 12:01:31 -04:00
Caolán McNamara
2f632a0b39 woah, that's very not right 2011-10-06 10:10:34 +01:00
Markus Mohrhard
5931c50a44 improve error message for missing csv files 2011-10-06 07:26:46 +02:00
Markus Mohrhard
273799b9c3 and forgot again to add a file 2011-10-06 07:08:00 +02:00
Markus Mohrhard
504634ef39 add unit test for fdo#41381 2011-10-06 06:52:43 +02:00
Markus Mohrhard
df1dc6edd4 fix for fdo#41381: local range names don't work with INDIRECT 2011-10-06 02:52:37 +02:00
Kohei Yoshida
f82ee56374 bnc#722045: Display page background color/image properly.
A regression from 3.3.  Calc wouldn't display page background color
or image in print preview.  This was a side effect of the removal
of the high-contract mode.

In 3.3, Calc purpusefully wouldn't show background color/image when
the app is in high contrast mode.  Now that the mode has been removed,
the code acted as though the high contract mode is always on, which
caused the background color/image to always be hidden in print preview.
2011-10-05 17:12:41 -04:00
Markus Mohrhard
3086838ebf enable the star basic test to see if it causes troubles anywhere 2011-10-05 21:42:35 +02:00
Markus Mohrhard
fef8e18f89 add initial work for vba tests in calc( work in progress)
this does not work yet, it still does not load the vba code correctly
and therefore can't find the vba library
2011-10-05 21:40:24 +02:00
Markus Mohrhard
ac3f311320 add Star Basic unit test to calc
test is still disabled by default,
it works but does nothing useful yet
2011-10-05 19:29:33 +02:00
Jan Holesovsky
4b23e3a6d8 fdo#41478 follow-up cleanup. 2011-10-05 17:34:48 +02:00
Olivier Hallot
556ef85430 Fix for bug fdo#41478 [UI]add "Protect Sheet" command in sheet popup menu
The fix adds a new entry in the sheet popup menu with Protect Sheet command
followinf the discussion in UX list, as indicated in the bug.
2011-10-05 17:34:47 +02:00
Michael Meeks
8a0d0457a7 test fix: use setUp and tearDown not constructors to init LibreOffice
It turns out the constructors are all run back-to-back one per filter,
and we need to init and de-init in a sensible order to make multiple
tests that otherwise share the ContentBroker work properly.
2011-10-05 16:02:28 +01:00
Kohei Yoshida
c1c115ccf7 String -> rtl::OUString. 2011-10-05 10:20:43 -04:00
Caolán McNamara
253576484f can replace ScfTools::AppendCString with SvStream::ReadCString 2011-10-05 08:58:12 +01:00
Kohei Yoshida
0e1de41755 bnc#719887: Encode virtual paths to local volume correctly.
When exporting to xls, we weren't encoding the so-called virtual paths
(used for recording external workbook paths etc) correctly when the
external docs were located under the same drive as the referencing doc.
This patch fixes this.
2011-10-04 21:59:17 -04:00
Bjoern Michaelsen
2fc62f63f9 reenable accidently disabled sc checks again 2011-10-05 01:04:33 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Markus Mohrhard
5b9801b50e SCCOl is 16 bit too 2011-10-04 20:38:45 +02:00
Markus Mohrhard
e9e67382f6 mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16) 2011-10-04 20:18:40 +02:00
Markus Mohrhard
976f08098e improve error message for csv_handler 2011-10-04 19:49:32 +02:00
Bjoern Michaelsen
47212814c5 adapt sc unittests to separate RdbTarget makefile requirement, also rename sc_test_filters consistent to sc_filters_test 2011-10-04 18:34:22 +02:00
Noel Power
93580dbf23 bnc#705977 apply control name before control is inserted into Forms container 2011-10-04 11:58:34 +01:00
Caolán McNamara
2f18bcdeee WaE: add braces 2011-10-03 13:37:47 +01:00
Muthu Subramanian
15202ad5b2 n717290: Feature to allow string constants in chart ranges.
Chart ranges specifically for labels can now be of the form
="Label1". This allows labels to be picked from chart data (from UI)
rather than from the sheet.
2011-10-03 16:32:35 +05:30
Olivier Hallot
737ab5165c Fix for bug fdo#41310 - Need more room for localized string
The following patch resizes the sheet protection dialog to
display localized strings without truncation

Sizes adjusted for fontsize = 10
2011-10-03 09:28:51 +01:00
Olivier Hallot
56a12cfb13 fdo#41396 - Need more room for localized string (III)
Resizes one string in the named interval dialog to
display localized strings without truncation

Sizes adjusted for fontsize = 10
2011-10-01 23:39:55 -05:00
Olivier Hallot
4591fccc87 fdo#41393 - Need more room for localized string
Resizes the multiple operations dialog to
display localized strings without truncation

Sizes adjusted for fontsize = 10
2011-10-01 23:39:12 -05:00
Norbert Thiebaud
5a112f6a52 basprov/scriptframe are now a 'new' component 2011-10-01 18:54:36 -05:00
Caolán McNamara
e898bcc1c2 silence tedious malware checkers, arcfour, key 0x435645 2011-09-30 17:02:37 +01:00
Caolán McNamara
4a5745503c merge filters-test code 2011-09-30 12:39:35 +01:00
Caolán McNamara
11cc59815a use read_uInt8s_AsOString instead of hand-crafted loop 2011-09-30 09:09:27 +01:00
Markus Mohrhard
eea06c00ab enable the registration for vba unit test again 2011-09-30 00:43:50 +02:00
Markus Mohrhard
1fc21ed077 disable it again, it seems that it tries to access the user installation
it seems it only produces an error in a non sourced environment
2011-09-29 20:43:53 +02:00
Markus Mohrhard
3581e9df56 init the unit test for vba unit tests correctly 2011-09-29 18:35:16 +02:00
Matúš Kukan
8de6948e4f fix trunk gcc compile errors 2011-09-29 13:22:57 +02:00
Caolán McNamara
a336daff85 ByteString->rtl::OString 2011-09-29 09:33:47 +01:00
Caolán McNamara
2774cab826 add modelines 2011-09-29 09:33:46 +01:00
Michael Meeks
2f3d664419 more unit test cut/paste redux 2011-09-28 15:32:14 +01:00
Michael Meeks
4b7cc85c4e sc: switch filters-test to the new shared unit test code 2011-09-28 15:09:48 +01:00
Caolán McNamara
eff6245f98 ByteString->rtl::OStringBuffer 2011-09-28 09:20:33 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Markus Mohrhard
bc406a77b5 add dependencies for vba unit test 2011-09-27 16:06:03 +02:00
Markus Mohrhard
acbeb839aa move the checkboxes below the more button 2011-09-27 16:06:03 +02:00
Michael Meeks
0e3361c0ae assert on the console in a helpful way as/when we get a message dialog 2011-09-27 14:44:20 +01:00
Markus Mohrhard
2abdc04993 Manage Names: adapt menu to changes 2011-09-26 18:15:14 +02:00
Markus Mohrhard
74d3dd420b add "Manage Names..." entry to Name Box/ScPosWnd 2011-09-26 18:15:14 +02:00
Noel Power
5609c512cd move OCX_Control ( and subclasses ) and OCX control export to oox 2011-09-26 12:06:04 +01:00