summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-10-07delete NULL is safeTakeshi Abe
2011-10-06VALGRIND=memcheck => sc unit test discovered bug.Caolán McNamara
2011-10-06woah, that's very not rightCaolán McNamara
2011-10-06improve error message for missing csv filesMarkus Mohrhard
2011-10-06and forgot again to add a fileMarkus Mohrhard
2011-10-06add unit test for fdo#41381Markus Mohrhard
2011-10-06fix for fdo#41381: local range names don't work with INDIRECTMarkus Mohrhard
2011-10-05bnc#722045: Display page background color/image properly.Kohei Yoshida
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-05enable the star basic test to see if it causes troubles anywhereMarkus Mohrhard
2011-10-05add initial work for vba tests in calc( work in progress)Markus Mohrhard
this does not work yet, it still does not load the vba code correctly and therefore can't find the vba library
2011-10-05add Star Basic unit test to calcMarkus Mohrhard
test is still disabled by default, it works but does nothing useful yet
2011-10-05fdo#41478 follow-up cleanup.Jan Holesovsky
2011-10-05Fix for bug fdo#41478 [UI]add "Protect Sheet" command in sheet popup menuOlivier Hallot
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-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
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-05String -> rtl::OUString.Kohei Yoshida
2011-10-05can replace ScfTools::AppendCString with SvStream::ReadCStringCaolán McNamara
2011-10-04bnc#719887: Encode virtual paths to local volume correctly.Kohei Yoshida
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-05reenable accidently disabled sc checks againBjoern Michaelsen
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04SCCOl is 16 bit tooMarkus Mohrhard
2011-10-04mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16)Markus Mohrhard
2011-10-04improve error message for csv_handlerMarkus Mohrhard
2011-10-04adapt sc unittests to separate RdbTarget makefile requirement, also rename ↵Bjoern Michaelsen
sc_test_filters consistent to sc_filters_test
2011-10-04bnc#705977 apply control name before control is inserted into Forms containerNoel Power
2011-10-03WaE: add bracesCaolán McNamara
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian
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-03Fix for bug fdo#41310 - Need more room for localized stringOlivier Hallot
The following patch resizes the sheet protection dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01fdo#41396 - Need more room for localized string (III)Olivier Hallot
Resizes one string in the named interval dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01fdo#41393 - Need more room for localized stringOlivier Hallot
Resizes the multiple operations dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01basprov/scriptframe are now a 'new' componentNorbert Thiebaud
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara
2011-09-30enable the registration for vba unit test againMarkus Mohrhard
2011-09-29disable it again, it seems that it tries to access the user installationMarkus Mohrhard
it seems it only produces an error in a non sourced environment
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29add modelinesCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sc: switch filters-test to the new shared unit test codeMichael Meeks
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27add dependencies for vba unit testMarkus Mohrhard
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard