summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-04restore original mnemonics and drop empty slots/gridsCaolán McNamara
Change-Id: I836b24db36161e6d7c71722b6f9bb4b176e21990
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed
Change-Id: Ida482cb280c3ec3ae05af053861f19c13f8a1d78
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power
A number of fixes needed here a) make sure convert properties of control model is done before inserting control model into formcontainer, need to do that to ensure that GenerateVBAEvents is set ( so the fake VBA event generation can be triggered ) b) remove the IsAlieanExcel check in servuno.cxx ( it's too strict and additionally seems there is confusion over the media type to check ) c) split the vba import so that we can ensure the VBA mode is set (if we have modules to import ) before sheets are imported and defer further processing ( actual assigning of the modules and associated objects ) until later Change-Id: I8fdbe788b400d7e41d4cc4b51b15f692bd7b0ecc
2013-06-04bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power
the '\' char in the number format isn't an escape character but rather an indicator that the next character should be displayed. Change-Id: Id2ae2fcfe5f195d2b85c2933c12d2d4443bb4dd8
2013-06-04Expand shared formula tokens from Excel (which are basically range names).Kohei Yoshida
Also, use a better way to fetch a double array. Change-Id: I65a5bb9c972620f63e79a84b461245cc7fea1a51
2013-06-04Extract the group token conversion loop out into a separate class.Kohei Yoshida
Change-Id: I790db61d2a60cf4074fd2e3291ec42f0a4649b9e
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson
Change-Id: Id735c7ef89411581f7bc8d7f10b3edfe8aba0c72
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard
Change-Id: Ie57cf12a3dc0984367c34dc4f52fd00036cf3d9d
2013-06-03add test case for outline import from ODSMarkus Mohrhard
Change-Id: I60f92dd13282281d77571e41707d68ae55722d9b
2013-06-03restore old codeMarkus Mohrhard
There is some strange handling for row 0 in the calc core code. Without a very deep inspection I can't decide whether the test or my change is the problem but for now we can live with the old behavior. Change-Id: I69615349f5b46856aba36dada235a49c84eb03af
2013-06-03Adjust the unit test cases to the final implementation.Kohei Yoshida
We only support grouping of formula cells in the column direction, and skipping is not supported. Let's reflect the test cases for that. Change-Id: I0229b90b7d9a2eea29d6eb2ec2b91e63d760a352
2013-06-03And this one has the same potential to crashFridrich Štrba
Change-Id: Icd2b2f2c11b7e86a10cae887b96f96a6fbe8a44e
2013-06-03Fix ooo51302-1.ods: check for special index value of -1Fridrich Štrba
Change-Id: I3fbb700300d18a878cbf23c94e35bc69f864824b
2013-06-03This looks like a typoStephan Bergmann
...from a11be8a87a749f56d5c5514bbd9ffd90b3f75392 "use size_t where possible and fix some more places." Change-Id: I27c6d3532dd3f672d7b06b60add32d44a20d9068
2013-06-03ScInterpreter::GetString can return reference to shared string instanceStephan Bergmann
...ScInterpreter::aTempStr member. Regression introduced with a11be8a87a749f56d5c5514bbd9ffd90b3f75392 "use size_t where possible and fix some more places" causing JunitTest_sc_unoapi's sc.ScDDELinkObj::com::sun::star::util::XRefreshable to fail. Change-Id: I50227b004e37f68c5040d4ace90a79300f711be8
2013-06-03typo: Columns and row headers -> Column and row headersAndras Timar
Change-Id: I24045e58421f72d6245b148e825e93fac47002ea
2013-06-03fix the test caseMarkus Mohrhard
Change-Id: I0d9babd043d5b9c4c198380b93e29ec3a42b3121
2013-06-03correct fix for fdo#62938Markus Mohrhard
Change-Id: Ib8e5cf92d733bafaef7f9e0bb8e3bf823075f489
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard
This reverts commit 988d388007ddafaa8a59735df99cbce678a689a8.
2013-06-03this was commited accidentallyMarkus Mohrhard
Change-Id: I2bdbf566d3443a98d3abf967512fc5b53bd25a78
2013-06-03add test case for fdo#62938Markus Mohrhard
Change-Id: Ib15ff9d40b01dee2102ec6137d8b6394f7957ab8
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard
Change-Id: I8569e4e120a6fd2b626db0bdaadf5d9234d09a36
2013-06-02clang, -Wunused-private-fieldJulien Nabet
Change-Id: I8aa3d67c50a7b248cfdefb9a3152afd259b8ebbd
2013-06-02remove unused variableMarkus Mohrhard
2013-06-02another merge errorMarkus Mohrhard
2013-06-02fix warnings after mergeMarkus Mohrhard
2013-06-02after rebase we have two SetCell methodsMarkus Mohrhard
Change-Id: Ib10e3084a4881bbafdd4c5b51d64fcf65d5d7da3
2013-06-02temporary ugly hack for ordering problemMarkus Mohrhard
Currently we have a problem with the ordering of the calls when we come to old cells that had inherited formats. They may not yet contain a number format when we get the number format. Change-Id: I0ddcdd10ff6ff0a43dbfecaf191e5903d3c0f9ce
2013-06-02use the correct order of arguments for expected and actual in calc testsMarkus Mohrhard
Change-Id: I40fc9b46d35e7046ef51c6ea92f9a1595f6d74a1
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
Remove ScFormulaCell::GetStandardFormat Change-Id: I0b19f572cfcf5c08c81009b0f10e7cc44a1aa2f4
2013-06-02let us use clean test environmentsMarkus Mohrhard
The additional typing and the duplicated code benefit cleaner test execution. Test failures might be hidden by a dirty test environment or random test failures might be produced by it. Change-Id: I97283009b65facbaad82e41ae6f1258430684438
2013-06-02accept this result as bug fixedMarkus Mohrhard
We still have the number format type in ScFormulaCell. Removing that one from ScFormulaCell is more work and needs much more inspection than removing the formula index. Additionally we should inspect all callers of ScFormulaCell::GetStandardFormat as most of them are useless when we know that a cell has a fixed number format. Change-Id: I3ad55a0c072da0fc4046d6c7245ed734a1dcaabc
2013-06-02CPPUNIT_ASSERT_EQUAL gives a more helpful error messageMarkus Mohrhard
Change-Id: Ic7bc7d0298e6983e377b55f0362f34983de3df7a
2013-06-02don't set hard format for text formatsMarkus Mohrhard
Gets rid of some test failures that are the result of dirty test environments. Change-Id: I45ed4bbe46c8aa598e074c3eac7903811cbb2620
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
Change-Id: I23d5e1b3baeb1499ada1fba1665027bdbe3fbb87
2013-06-02use static_cast instead of c style castMarkus Mohrhard
Change-Id: I9194d5fb9fc42247cf43bfcd0327472eeca7c297
2013-06-02this method is unused nowMarkus Mohrhard
We are down to two number format methods in ScFormulaCell now Change-Id: If8bf13dfdd9803872bc1425909c31a5bb0ee1598
2013-06-02String to OUStringMarkus Mohrhard
Change-Id: I4ca8254fea9e2ec78cb1d542cc8c0c2cd12e6e89
2013-06-02bail out early for error cellsMarkus Mohrhard
Change-Id: Ice38b42cdd01b8dbb472752d2c8e1679181f8422
2013-06-02bail out for error cells earlyMarkus Mohrhard
Change-Id: I36581f3b735008dbba6eea5808da654eb8b279e3
2013-06-02remove one more use of inherited number formatsMarkus Mohrhard
Change-Id: If12ca06b45821efe9e52555095a45ae3ce2d377a
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard
These cells where using a ScFormulaCell to calculate the result of a formula and get the number format. Use the new ScSimpleFormulaCalculator which is a simplified version that has only a few limitations. Change-Id: I71f01b8fa10506234627a6512cb434800dceca6a
2013-06-02we don't need this include in the header fileMarkus Mohrhard
Change-Id: Ic0dce5427c359a44c36a59acfce3427fc9815d97
2013-06-02a few more places without ScFormulaCellMarkus Mohrhard
Change-Id: I13ae80429e06fad5e28f1166a585656e8e4ec29f
2013-06-02preparations for inherited number format removalMarkus Mohrhard
Without inherited number format these calls are unnecessary. Change-Id: I359cb217eb32d98df29bb6d2c0fbb14367e30425
2013-06-02remove temporary String instancesMarkus Mohrhard
Change-Id: I8afd7636fa0dcbf53402e8a4393868526e56892b
2013-06-02more String->OUString and early bail outsMarkus Mohrhard
Change-Id: Ia573f27962b5fbb48e543a2e2a802e85db36fafd
2013-06-02String->OUString and bail out earlyMarkus Mohrhard
Change-Id: I3fe720269be83840f3d76304042e92541ee14dbf