summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara
Change-Id: I9c5b01efb0a233621732350f8aff432343931be8
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
2012-09-27Remove unnecessary semicolon.Kohei Yoshida
Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04
2012-09-28fix vell value import from ooxml with array formulas, fdo#54559Markus Mohrhard
Change-Id: I3a7e30940caaaa543a178bba3008db2c6056b4d3
2012-09-28ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard
Change-Id: I717917d04a93975472d60248eb61066cd04d1bbe
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin
Create a merged XDatabaseContext interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Quite a few IDL files had to be marked as published for this to work. Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
2012-09-27tubes: fix glibc detected memory corruption in ScDocShellMatúš Kukan
ENABLE_TELEPATHY was used in docsh.hxx but not defined consistently. Add global define to gbuild. Change-Id: I9746297a0be0e01573e336d4ee237bcc14d2d47d
2012-09-26don't access out of bound array index, fdo#55022Markus Mohrhard
Change-Id: Ica088822055b2fb5bbd6dabe6482b7cb6c472c48
2012-09-26unusedcode: more removingMatúš Kukan
Change-Id: Ic8be585925edd63724d28a255c9e33170a4a041e
2012-09-26don't let numforats in dxf entries clobber global number formats & update testNoel Power
* Enabling the disabled test which checked a cell style attribute ( that was getting clobbered by the dxf entries above ) * squash the 'escape' characters in dxf num formats ( probably should do this in general * regenerate the formats.xlsx file ( I had to manually tweak this as the conditional tests were failing with the excel created document )
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