summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida
How in the world did that end up there!? Change-Id: If276afcea2b0c2d0fe2a59ac966f245608d0e64d
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02Remove unused definesThomas Arnhold
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused definesThomas Arnhold
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-06-30show correct preview when opening the dialog, fdo#51590Markus Mohrhard
Change-Id: I58059655ca45c944e260cabbe348ed690dad3a22
2012-06-30correctly calculate scroll bar position, related fdo#51599Markus Mohrhard
Change-Id: I9e44e82873e99f3063c4ed9dff83613b53327872
2012-06-30handle single cell conditional formats correctly, fdo#51555Markus Mohrhard
Change-Id: Ic0b171b182eae86010de316ff5ed435e76b09d12
2012-06-30Some cppcheck cleaningJulien Nabet
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-30the end of the formula is the closing bracket, fdo#51507Markus Mohrhard
Change-Id: I2cc6505571ff62d44443c161317b61033be0d7ec
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29Remove some unused defines and controlsThomas Arnhold
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29Remove unused header guards and optionsThomas Arnhold
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove some more include guardsThomas Arnhold
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28remove debug statementDavid Tardon
Change-Id: I888939bffe0eb4f1e19aae24bd62cd9313337065
2012-06-28WaE: unused parameterDavid Tardon
Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5
2012-06-28Remove some unused localsThomas Arnhold
Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f
2012-06-28Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl
Currently it was only possible to use "Exit with External Tool.." menu option in Writer. Now it is also possible to use this in Calc and in future Draw and Impress. Code has been refactored and extacted out of "sw" into "svx", so other components can use it. Currently there is no cleanup of temporary images after processing was done, and also pinging for changes are still active even when editing in external tool is done. This behavior will be changed in the future. Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f
2012-06-27resolved fdo#51478 handle array context in T()Eike Rathke
Note that Excel for T() does not use position dependent range intersection (SingleRef of DoubleRef) when a range reference is passed and does not handle evaluation in array context (instead top left value is always used), which both is inconsistent with other functions taking a scalar value parameter. ODFF does not specify this function different. range intersection was already implemented, this change adds array evaluation. Gnumeric does the same. Change-Id: I4acae943fde247c6d60b55d0f8514fb17d401f40
2012-06-27propagate error in ScInterpreter::GetDoubleOrStringFromMatrix()Eike Rathke
Change-Id: Iadba0f3a28b0a3bda9b99833510e68679d915514
2012-06-27Remove unused header filesThomas Arnhold
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-27tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power
Change-Id: I74cfa5813f7df526794cea3cdeaf26fc5f1820ba
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard
Change-Id: I2a15f8787afceaea1cb8e1c2902c05367d3e5b15
2012-06-27add support for axis color import/exportMarkus Mohrhard
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
2012-06-27support colored axis in data barsMarkus Mohrhard
Change-Id: Ie74404b35e31a2f96641abb18a9aaf46467e31c0
2012-06-26removed unused lcl_IsReference()Eike Rathke
Change-Id: I1f79bf11105e06cf713db11a6e00cd41a3aab06b
2012-06-26bring some sense into translated commentEike Rathke
Change-Id: I045927b3310ddef6208a1d0a837ed6bc098f9ca8
2012-06-26resolved fdo#51442 N() inconsistent argument handlingEike Rathke
5743e7b36220e9689091812cef7a4396dd48c4e6 introduced a different handling of arguments in the N() spreadsheet function. That lost the ability to use position dependent range intersections and suppressed every error instead of propagating it. Previous versions suppressed only the #N/A error. Excel propagates all errors instead. Note that Excel for N() does not use position dependent range intersection (SingleRef of DoubleRef) when a range reference is passed and does not handle evaluation in array context (instead top left value is always used), which both is inconsistent with other functions taking a scalar value parameter. ODFF does not specify this function different. This change re-enables range intersection and adds array evaluation. Gnumeric does the same. Change-Id: Ice35271e40f1a27cea384226e25945108003841a
2012-06-26added mnStringNoValueError handling to ConvertStringToValue()Eike Rathke
Change-Id: I05c2ddc0ebde6675e9f98722c4feb1ed49670dee
2012-06-26fix for fdo#51040 preview crashNoel Power
Change-Id: I13d3cfa99294bdce8c9f5133f49e91114feb4baa
2012-06-26Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power
This reverts commit 793f1e70ce4c364b366d2e8065ea7fb2815bbf40.
2012-06-26resolved fdo#47222 in N() pop string constant before pushing resultEike Rathke
Change-Id: Ifd3313e45b838b3d9ab4dc8d0b4887f4836bb013
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-26fdo#46338 preserve sheet name input of invalid referenceEike Rathke
If sheet name doesn't exist the resulting reference had replaced the sheet name with #REF!, e.g. #REF!.A1, because the actual sheet name is not part of the reference. From a syntactically valid but otherwise invalid non-external reference create an ocBad token instead to preserve the sheet name. Currently a #NAME? error instead of #REF! is generated, further work would be needed to pass specific error values with ocBad. Change-Id: I5a608a74d3b3ff2baa4967f2b2e3078cfecfbabc
2012-06-25ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara
Change-Id: I9c89d06ec8a96de04d68725c97b102edb77fec38
2012-06-25callcatcher: remove some more unused codeCaolán McNamara
Change-Id: Id60fe0dade7f47f8b2b65bf2cfa1d6ab28a94505
2012-06-25callcatcher: update unused codeCaolán McNamara
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
2012-06-25UnlockSolarMutex is unused, but probably should be usedCaolán McNamara
If a LockSolarMutex gets called during the import of the element we presumably must ensure that an UnlockSolarMutex gets called Change-Id: Ie2b1d23bb2450c43aa414a5714ed4ca456bb12b6
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae
2012-06-25only export the supported number of rows/columns, fdo#49582Markus Mohrhard
Change-Id: I51fc4d0a6d9cc09c82268351ad069467bf8acc31
2012-06-25repaint all cells if NULL is passed, fdo#51174Markus Mohrhard
Change-Id: If58448fa040ad88db4edaa9aaefc771dbad0826b