summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-09-25Use this flag to make the compiler warning go away.Kohei Yoshida
Incidentally, when the flag is false we'll throw an argument error. We need to implement it properly later. Change-Id: I70f8b6bac3cf8ad1dae67efc65a9ab16e099253e
2012-09-25Leave the formula cell dirty when a cached result is not given.Kohei Yoshida
This sometimes is the case especially with hand-crafted flat ODS. Change-Id: I0db374e424b250bcded526149ed2c27aabc3d722
2012-09-25Support opcodes 101 through 111 in SUBTOTAL.Kohei Yoshida
Excel 2007 supports them. So should we. Change-Id: I17253bc043bdcce451ee0a7ccf494ed0f84bf3cd
2012-09-25workaround broken uno implementation with ScRangeList in ScCellRangeObjMarkus Mohrhard
ScCellRangesBase uses a ScRangeList to keep track of the range but the ScCellRangeObj class which inherits from it can not deal with more than one range. This is a temporary workaround for this problem. We need to think about a better solution for ScCellRangeObj to prevent such problems in the future. Change-Id: I4403e55f605267ef99eb6a73302366cf024b3866
2012-09-25re-base on ALv2 code. Includes:Michael Meeks
Ocke Janssen impress210: #i115617# set zoom to fit_to_window Ocke Janssen impress210: #i78386# looping sound for windows cleanup createPlayer fallback code & java parameter. Change-Id: I56f06d08c66a1f754292a0c5b1abc32824e391c5
2012-09-25JunitTest_sc_unoapi had inadvertently been disabledStephan Bergmann
Change-Id: Ic8943662290c034fab866d4693daecc065b20a0c
2012-09-25move XGoalSeek api test to c++Markus Mohrhard
Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
2012-09-25add new test ( disabled ) to show still unresolved problem :-(Noel Power
Change-Id: I1469d95ae8492fd24094b52033e23f0318bc0190
2012-09-25unit test for fdo#55198Noel Power
Change-Id: I15b745366d1f4c3180f44290e72e245f98bbd755
2012-09-25unit test for bnc#780296 fixNoel Power
Change-Id: Ib75437bb52c8094821fc9d18429f4ce01bb7ec2f
2012-09-25this operator can be constMarkus Mohrhard
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-24Build fix.Kohei Yoshida
Change-Id: I2faebd74a1908c0a11e0e876055352716e54f5ca
2012-09-25try to explicitly include map for tinderboxMarkus Mohrhard
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard
Change-Id: I63536625eaf9b73c8e63d3cf88b6b798a6bf017b
2012-09-24disable the color scale testMarkus Mohrhard
Problem with rounding errors resulting in different colors. The solution to it is to treat both files as csv files and compare them like that. Then we can compare color values +-1
2012-09-24fix parent style import xlsx fdo#55198Noel Power
Change-Id: I77d38eba69ad7aa89b0f9b692e40fd365d002071
2012-09-24remove unused parameterMarkus Mohrhard
Change-Id: I869d20ae472d6147426391db3912625f7176b2b4
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard
Change-Id: I4132cbb37438a11ed4e2558d28cd3e397a87d1ce
2012-09-23add forgotten filesMarkus Mohrhard
Change-Id: I9c4b0e1d5027965ba4a8d5e33180cc23376d292a
2012-09-23WaE unused parameterMarkus Mohrhard
Change-Id: I223fb29da72f72dcc6ebf218449450ce78ff4857
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard
Change-Id: I664432ee192dee76c55ee2c3b6d721b8e578be1d
2012-09-23int to sal_Int32Markus Mohrhard
Change-Id: I44c5027c15b4f77a3ee76b62673641cc200fbefe
2012-09-23little refactoring and code simplificationMarkus Mohrhard
Change-Id: I41c7507d668eb0853b97c24217ff04f7dd4acd40
2012-09-23add color scale import test for xlsxMarkus Mohrhard
Change-Id: I8877d285be21ea4cd010cb532de593b3f5ab5975
2012-09-23improve the color Scale testMarkus Mohrhard
Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96
2012-09-23improve the dump code for cond formatsMarkus Mohrhard
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9
2012-09-23now we can also activate the cond format import test for xlsxMarkus Mohrhard
Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3
2012-09-23fix another problem in dxf exportMarkus Mohrhard
Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard
Change-Id: I2a4a65bd5e622d900c77704dfe198ffab0be6c42
2012-09-22test cases for the changes to ScRangeList::DeleteAreaMarkus Mohrhard
Change-Id: Iaf64a4cdceed76ba37e4486cfded18bd7e49b196
2012-09-22some more fixes for ScRangeList::DeleteAreaMarkus Mohrhard
Change-Id: I7f4cf6b053d7cff85e46ecf51cbf8a327530de67
2012-09-22enable the cond format import test also for xls and xlsxMarkus Mohrhard
Change-Id: I04d743ef9f38f4f65ba912f34ac641ea7031aed2
2012-09-22test for imported cond format range from odsMarkus Mohrhard
Change-Id: I08a876bfce8a6d9c0ff349b8956f0e13281afe5f
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida
Change-Id: I1f91d66caed7fd3839f68f1e4495f0c05ee49acc
2012-09-21Improve readability.Kohei Yoshida
* clarify with comments what the code intendes to do. * more consistent variable naming. * keep the direction of equality consistent (i.e. lhs always smaller than rhs). This helps the reader of the code intuitively see relative geometrical positions. In doing so, I've also marked what appear to be bugs with TODO markers. The logic of the original code is intentionally unchanged, in order to spot any unintended behavior changes introduced by this commit. Change-Id: I19c09a1f93017ab18c8fec0f1281899322b45053
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard
Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2
2012-09-21add test case for deleting the only row in ScRangeList::UpdateReferenceMarkus Mohrhard
Change-Id: I88cf1e679dc83e051e27a1d20775cc161cb9e3c5
2012-09-21fix problem in ScRangeList::UpdateReference when deleting one row/colMarkus Mohrhard
Change-Id: I588565f65be5c9de54b9f038cf297fda4022fd9b
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
2012-09-20Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann
Change-Id: I87e5000424bed95fd25951b398bd61c3939a97ae
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power
Change-Id: Ibad37ac05c608c0211063bfa73931427d48c11f9
2012-09-20Add some static goodness here, tooTor Lillqvist
Change-Id: I7de335925748b2cfe28a01f6975a630081b3172e
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard
Change-Id: I353df8e9d3ccabee32b82d04cdae402e3a83ed23
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-19use the defines instead of hard coded numbersMarkus Mohrhard
Change-Id: Id410cd758f325b9c7011ae1b7b911914a5822e0d
2012-09-19enable the content test for lotus 123 filesMarkus Mohrhard
Change-Id: I8819b99b1eb1ea27d7e242d329f1e4fc878bdb2b
2012-09-19tabs to spaces + whitespace clean-upMarkus Mohrhard
Change-Id: I0ebe036a53c969ba252469d10d05cdc7e2e07176
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard
Change-Id: Ia403c849ef537c7f7804f907889110b8096c0bb6