summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-10-03changing conditional formats invalids the streamMarkus Mohrhard
Change-Id: I5d0137ebfa53cfbe37f7ad33c3400e75e2e3a05a
2012-10-03probable attempts to find the parent dialogCaolán McNamara
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
2012-10-02simplify and speed up color format renderingMarkus Mohrhard
Change-Id: I7f9abc1e20ffb7d49ebae0c0f9d5e50f91b074c0
2012-10-02XubString->OUStringCaolán McNamara
Change-Id: I49d2d41ad4d5ee4ececf5a57eae070898e33075f
2012-10-02fix errorin translation from german to englishMarkus Mohrhard
Change-Id: Ic58ef47fbd1972762830f66fc3d4d5f1ced2c54e
2012-10-02iterating here is wrong, join will already merge all necessary rangesMarkus Mohrhard
Change-Id: I0653cdc8675c584fa11ef90a84b79a636bd98408
2012-10-02add test for ScRangeList::JoinMarkus Mohrhard
Change-Id: Idb7a051e32884d8db4f6d452c280b3a985b4ff6e
2012-10-01No vbaobj component if DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I8b00febb62502280afa6106289104af151caf9c5
2012-10-01fdo#54940 - fix last small ergonomic issue.Michael Meeks
Change-Id: I305bf537a203389321aa0e0efc1ce3d9654dd4aa
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
2012-09-30create guids that excel acceptsMarkus Mohrhard
Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae
2012-09-29fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens
Follow-up of 7fff98724bc7e3. Buffer only cell formula values via setCellFormulaValue. Otherwise we get crash in FormulaBuffer::applyCellFormulaValues() as array/shared/datatable formulas are treated differently Change-Id: Ie344b273ec662e8af1bf9fa54e79614393634974
2012-09-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-29sc/qa/unit: recover xDocSh->DoClose()Korrawit Pruegsanusak
which was removed in fde638b3ac35997aa3e38a37fed56d6eb661806b Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97 Reviewed-on: https://gerrit.libreoffice.org/723 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-09-28vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard
Change-Id: I23073ecc56482670d185b39452a7d8b9d6eb38c8
2012-09-28use a as prefix for local variablesMarkus Mohrhard
Change-Id: Id4652eb986c02044e27cd4e91863d5ed97465860
2012-09-28fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard
Change-Id: I2b34f9fefdfdfa245ab73f8691090cbde8bcd34e
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power
Change-Id: I2d53c88ab121edeec2bf53f7fd177a0edcc05a25
2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida
Never reference SC resource ID's in svx. That's just asking for trouble. Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power
Change-Id: I510d0f399c58b5a9b192f3566e093c636cae2c0a
2012-09-28add the remaining parts to previous commitMarkus Mohrhard
Change-Id: Ia0b9ed9eed30991f38234bf56c49b26392491f30
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f
2012-09-28double-click on a conditional format inspects / edits it.Michael Meeks
Change-Id: Icdfeae938627b63decd26571e86bc1e80e07f6c6
2012-09-28auto-expand the first conditional format in the list.Michael Meeks
Change-Id: I65280d39b560b4b7eed3e21a6e6c7b02c124f10a
2012-09-28improve conditional formatting height calculations.Michael Meeks
Change-Id: If5080892b820d268ffef22111d0caee217586b56
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
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