summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard
Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df
2012-07-08fix layout issue on Data Bar dialogAndras Timar
Change-Id: I6bdc5bbbf5e48b5b62562c46afe7f76f3b21a60e
2012-07-08fix a few layout problems in Conditional Formatting dialogAndras Timar
Absolute pixel coordinates should not be used, because we work with font size dependent relative coordinates all over the place. Layout on Linux was OK, but controls were positioned partially outside the visible area on Windows. Change-Id: Iee417f57135ada7ea9cb73726c56f96b3154e0b8
2012-07-08removed unused includesTakeshi Abe
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
2012-07-08we still need to pass the wrong number of read bytesMarkus Mohrhard
Somehow we rely in some cases on the invalid number of read bytes. Change-Id: I07e31c231cd96878da098f72cf3279da939da9c7
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard
Change-Id: Ic3b9176b1b8da7663d1dc3c88a4d56cd794e0805
2012-07-07fdo#51830 order of OK and Cancel buttonsAndras Timar
Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida
Change-Id: If8ec135f53ffb4a3f33c15c6f2a23a9d94a66d82
2012-07-06Test where the member count of a dimension changes after refresh.Kohei Yoshida
Change-Id: I20d2d269c2ba8468a6743c9145e1c8b3552d12b4
2012-07-06New unit test for pivot table's handling of empty rows.Kohei Yoshida
Change-Id: I1c922fd3d06aca49b98a933d82da478b22e74d4a
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida
Without this, changing the settings 'ignore empty rows' and 'identify categories' in the dialog and pressing OK wouldn't work as expected. Change-Id: Ib1f3bad5b6c3ddef08cd56d40abfe60da979d14f
2012-07-06Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.Kohei Yoshida
Change-Id: I8e2dca4c7c32aaee4088f533c4d0e88b862f4d56
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard
Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7
2012-07-06add a import test for control shapesMarkus Mohrhard
Change-Id: I2ac5e1bdd1c681c8ba58edded3ab1b57ac30c512
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida
In pivot table cache, data rows are always zero-based, and are different from the rows of cells from which the data are pulled. This error resulted in incorrect pivot table result when the "skip empty rows" option was set. Change-Id: I4fccb37a8667f7e40d6130ac641d7b2a1daa7694
2012-07-05Unnecessary header include.Kohei Yoshida
Change-Id: I3f25f2275d8351b16d955941bc2cee13eb34d504
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard
when loading broken xls files with change tracking we may crash because of invalid memory access that results from loading to few bytes and then using the originally created array the patch changes it to check for the right amount of loaded bytes and otherwise skips this change tracking record Change-Id: I0795104284479368e26b8411336cee690abffd06
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke
Import (ab)used ScFormulaCell::SetHybridDouble() in the sense that actually it is not a hybrid (no formula string, the token array is present in binary import) and during interpretation a matrix was expected but instead the hybrid encountered. Introduced ScFormulaCell::SetResultDouble() for exactly this case as a workaround. Change-Id: I4da3812ef4974380224b5a2bf42d0b62c14d121b
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
2012-07-05changes to "Replaced deprecated tools/String with OUString in ScMatrix"Eike Rathke
Errors during compile: * sc/source/core/tool/interpr1.cxx: In member function ‘const String& {anonymous}::VectorMatrixAccessor::GetString(SCSIZE) const’: sc/source/core/tool/interpr1.cxx:4629:71: error: returning reference to temporary [-Werror] * with --enable-werror * sc/source/core/tool/interpr1.cxx: In function ‘void {anonymous}::lcl_GetLastMatch(SCSIZE&, const {anonymous}::VectorMatrixAccessor&, SCSIZE, bool)’: sc/source/core/tool/interpr1.cxx:4724:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + -1u))’ sc/source/core/tool/interpr1.cxx:4728:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + 1u))’ Change-Id: I28eb3d23f4d5c08a30534abdf940597923cbb68c
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller
Change-Id: If431e5ef8b5c97384a1bb1c7fa36c6894ece8343
2012-07-05sc: fix sc_subsequent_filters_testMiklos Vajna
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke
Change-Id: Ib87cff1ddff02de073b1c09703e1b550b7a3a740
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
2012-07-04don't use SC_DLLPUBLIC for class + methodMarkus Mohrhard
Change-Id: Iec2cbcc0cfdfccb8d143b7a83d69f7fc186c3f7e
2012-07-04impreove the cond format dialog a little bitMarkus Mohrhard
Change-Id: I4c7fdb15440ef0fca5b262a37549e96c85d8ab1f
2012-07-04add hard recalc to the remaining calc import testsMarkus Mohrhard
Change-Id: I9db8889af83aa172e8d7192994e78c6691a03e71
2012-07-04test related to fdo#51601Markus Mohrhard
Change-Id: If1edd974ba81f56b0ff32ffe0bfd376bb370943b
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard
Change-Id: I9aebfafb68850130088658535f289f66d49f1741
2012-07-04make the cond format dialog a bit mroe beautifulMarkus Mohrhard
Change-Id: Id4eb94b1d262828f4e0cdd060f7eb87d146a4e86
2012-07-04correct enumerate the condition entries in the dialogMarkus Mohrhard
Change-Id: I43c83674464f7c41505735b2ec4208f21567ed4c
2012-07-04localize all parts of the new cond format dialogsMarkus Mohrhard
Change-Id: Ia582433bd126b9e60b7aecdc19bce57b2a6e85a6
2012-07-04add the cond format managerMarkus Mohrhard
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke
2fb377c19f8ae38e7ec649af1343bbd64b70a16b introduced compilation of a formula cell while it is interpreted, ignoring the comment just above why that does NOT work ... This removes the portion that was responsible for the crash. Though import changed and this did not crash anymore on opening the testcase documents, the questionable code is still wrong and therefor removed.
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida
Or else it would re-use the last non-empty cell value which is wrong. Change-Id: I3feab09a54e93150a7b6a9e9b4b540327f2ab5c5
2012-07-03remove a forgotten about (harmless) hack for the formulabuffer changeNoel Power
Change-Id: If106b1d322eda141836f69e0daa3cda70395c1e2
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida
Change-Id: I22cb3b66d0c4a93cbcba05bb5990080e5ee57a2e
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