summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2015-03-30first icon set entry always is minimumMarkus Mohrhard
Change-Id: Iddeced617ec6248601a3636a84abab6c1d4bb015
2015-03-30add uno object for iconset entriesMarkus Mohrhard
Change-Id: I3eed6b39a72369063e160e2be7a27fed53a0234a
2015-03-30add UNO object for DataBar entriesMarkus Mohrhard
Change-Id: I5e11e62076495f62876654baeebe7dffe6492040
2015-03-30work on initial colorscale properties testsMarkus Mohrhard
Change-Id: Ifc71437b8c7dfd70bf733863713ada4ad605abad
2015-03-30the implementation is available so enable it againMarkus Mohrhard
Change-Id: Ia5974e57fd4a21897577ff25fb53f48cceb49501
2015-03-30start work on data property testsMarkus Mohrhard
Change-Id: I1f1722aa3566555816df19e68aa7eaa97e7a13d9
2015-03-30fix conditionMarkus Mohrhard
Change-Id: If8ad2361d6c0d838c39f8625f129fc326efd2cd4
2015-03-30correct lifecycle handling for more objectsMarkus Mohrhard
Change-Id: I456019c298c73bc872b49b55b628af1e0233be73
2015-03-30implement one more methodMarkus Mohrhard
Change-Id: Ie18be81fa664df88af605674968e302c59f7dc98
2015-03-30fix return typeMarkus Mohrhard
Change-Id: I581a8a0c7348a9752611b378e883ef20172d16e0
2015-03-30implement one more methodMarkus Mohrhard
Change-Id: I3483b2004c0afb8bea651d9eec35d1cbf9aff2a1
2015-03-30implement some more properties for databarsMarkus Mohrhard
Change-Id: Ib6c7f4f316ff49d433c8810ef9a7bbfe64c0576d
2015-03-30fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO objectMarkus Mohrhard
Change-Id: Id1a3cc62288c6c618c8b86caaa69a96eb541d06f
2015-03-30more work for fixing lifecycleMarkus Mohrhard
Change-Id: Ieba2eef93777f616bda6a46fe206b773c09ab2a0
2015-03-30let all new conditional formatting objects use WeakImplHelperMarkus Mohrhard
Change-Id: I3b7bfb0104fb4b41c2c84d00723934faa8de5be9
2015-03-30add XIndex interface tests for ScCondFormatObjMarkus Mohrhard
Change-Id: I55604485183057f476c636abc4d43bc9fc58711a
2015-03-30add test for XPropertySet for ScCondFormatObjMarkus Mohrhard
Change-Id: I1786a8b1bf871ccefd73efe3e0515bc3a7dda709
2015-03-30prepare test code for next testsMarkus Mohrhard
Change-Id: I38cfba16e3187a9d80b51258c85f06a829a8a76c
2015-03-30fix a few places around range for conditional format APIMarkus Mohrhard
Change-Id: I544314004e32465248a1ec228dddcf84052d7d2d
2015-03-30add test for one of the ScCondFormatsObj methodsMarkus Mohrhard
Change-Id: I05fc54a2153fd90d03d2575bdd9bde30a54d71c1
2015-03-30integrate ScConditionalFormat UNO object correctlyMarkus Mohrhard
Change-Id: I8da8d954dc7bcdf0a8c2f78eeb6b2403eb75d9e3
2015-03-30add test for conditional format list sizeMarkus Mohrhard
Change-Id: Ib7df18a5ff8f9afa00c925245eae0ae8be9e06e9
2015-03-30try to prevent use-after-freeMarkus Mohrhard
Change-Id: I7edc3d09d495749a44da29c0cbb30eb0d20fd779
2015-03-30add first test for new conditional format APIMarkus Mohrhard
Change-Id: I85cee7b6b55ce35bb900eaf708744117208e57d7
2015-03-30integrate new conditional format list into normal UNO stuffMarkus Mohrhard
Change-Id: I04ccc7cee4052e5f8e06423216e7d041cd95e2b6
2015-03-30more code for conditional format APIMarkus Mohrhard
Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421
2015-03-30add implementation for new conditional formattingMarkus Mohrhard
Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734
2015-03-28show warning also for existing entries, related tdf#42897Markus Mohrhard
Change-Id: I80e215387852a1aa4ca0165ba62f307389abee32
2015-03-28let it sound a bit less dramatic, related tdf#42897Markus Mohrhard
Change-Id: Ie387f8e12efb1624ff56d7e25afd27deb0f1135b
2015-03-28tdf#42897 Warn the user if string without quote is entered as condition value.Laszlo Kis-Adam
Change-Id: I5b30b608c0192b434ff237513ed7fbbf5af43f11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
Change-Id: Ie42848cc9f2d74beeb76e1c5e49ef40b99f6d5f6
2015-03-28test for tdf#90001Markus Mohrhard
Change-Id: If0cb056d5a5e82bec1f4b863e40ec05b405280ac
2015-03-283D refs with more than one sheet should not set sheets deleted, tdf#90001Markus Mohrhard
Change-Id: I501ad421c283ec6a1f2629aa424f4d4c32228516
2015-03-28only handle formula group if useful, tdf#90042 relatedEike Rathke
Same as in ScDocument::SetString() as changed with c79bdd062f657d1be98aa815d9b882d144f35e04, do it similar in ScDocument::SetValue() Change-Id: I7c666b176062c81a8a74cb49f345408c1060d973
2015-03-27tdf#90042 only handle formula group if usefulLaurent Godard
Change-Id: I497a5bae4b08b46357415501ddbafc70585adfb0 Reviewed-on: https://gerrit.libreoffice.org/14920 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-03-27loplugin:literaltoboolconversionMiklos Vajna
Change-Id: Iea5209473632891b2015ac2df493e307972867e8
2015-03-27add test for tdf#89170Markus Mohrhard
Change-Id: Ia3458ae91ea20aa3f5090f9b85a5030ddde81c3c
2015-03-27we need to use the edit engine attibute id for rich text, tdf#89170Markus Mohrhard
Change-Id: I8489b0341709d44bc62e5ddef49fe232998f3c80
2015-03-27a boolean variable is enoughMarkus Mohrhard
Change-Id: I0594de8cc79626720f2f72062c39a6f2590dd64f
2015-03-27loplugin:staticfunctionNoel Grandin
Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5
2015-03-26Revert "tdf#89319 remove redundant file seekings in XLS export"Eike Rathke
As the crash tests have shown, the assert introduced with 71b630e5b683b3761af9d6bdce56f13f20da84c1 to force verification of the assumption made in 8e2293e06adba3f22e824acad99983fb5b997e4d was hit in 120 documents. Citing from https://gerrit.libreoffice.org/#/c/14427/ comment: "The assumptions behind this patch are wrong. This only works if every single part of the export goes through StartRecord/EndRecord calls. We have some features that don't use that and need the STREAM_SEEK_TO_END in the beginning of the StartRecord." Revert "replace an OSL_ENSURE() with assert(), tdf#89319 related" This reverts commit 71b630e5b683b3761af9d6bdce56f13f20da84c1. Revert "tdf#89319 remove redundant file seekings in XLS export" This reverts commit 8e2293e06adba3f22e824acad99983fb5b997e4d.
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
Change-Id: I18b1b0b92b106c5fd96c80472e279a7cfd380235
2015-03-26Enhancement : tdf#89908 Add Search field to the autofilterDeena Francis
Change-Id: Id44f61b5194f0a0898f8eed85ceadf78c3101aa1 Reviewed-on: https://gerrit.libreoffice.org/14958 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-26TableRef: generate token for #DataEike Rathke
Change-Id: I06d4789b92d9f6567dd87c8d3cb6186538269663
2015-03-26TableRef: generate tokens for #Headers and #TotalsEike Rathke
Change-Id: Ib28bae06022d151bc108ebb3062efe86cc3b8bb9
2015-03-26tdf#86606 remove direct formatting entries from context menuYousuf Philips
Change-Id: I57ec4cb36aa0e3a921653d337bcf5029fc5d3fc8 Reviewed-on: https://gerrit.libreoffice.org/14979 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-03-26convert NUM_ constants to enum clasNoel Grandin
Change-Id: Id41ea91aaf618c7f3f323698c09caa7c8df2290a
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen
Change-Id: Iae8e50864dbd90ff49a4fcc31a06b2158eab4afc Reviewed-on: https://gerrit.libreoffice.org/14998 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-25TyposJulien Nabet
Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968