summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28coverity#982642: add missing breakMarkus Mohrhard1-0/+2
Change-Id: Iba7cfec5fa1aa9e3a6a3f1e57b8732989238d608
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-5/+5
Change-Id: I7a232c27dd0c1eee6f389d30f46658500aaded47
2013-02-14assert if there is a wrong index, a warning is not enoughMarkus Mohrhard1-8/+2
Change-Id: I5fe16f24fab0b0c29cb9acb279e13db499bd3d1c
2013-02-14another case of wrong escaping for "Markus Mohrhard1-2/+2
Change-Id: Id302f224346e2e3db3480a3a3aed97e7f25a7280
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard1-2/+2
Change-Id: I418837d4363c14779a4b2a7ce78c8b9e8df7f0d1
2012-12-29Some cppcheck cleaningJulien Nabet1-3/+2
Change-Id: Id027823617d2328b9e827268825812634731a828
2012-12-26one more improvement around cond format rendering, fdo#57896Markus Mohrhard1-1/+4
Change-Id: I5eb267ec2d1666edd53f5b9d58fd2a0cec044aa1
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard1-9/+25
2012-12-17first check that the number of cells has not been reached yet, fdo#58346Markus Mohrhard1-8/+8
Change-Id: I0fea5719f524584acdbbc560c47b3c427c174845
2012-12-17fix the month date formats, related fdo#58340Markus Mohrhard1-2/+12
Change-Id: If9f716fd2d2f5a8488451121067ee068673b3b7a
2012-12-17checking for the month is wrong, related fdo#58340Markus Mohrhard1-3/+3
Change-Id: I9920e8ad84da58f32a61a4bd864ea80b011ad746
2012-12-06OSL_* to SAL_WARN in conditio.cxxMarkus Mohrhard1-6/+6
Change-Id: I866217341572a79f653fb9900789a7e523b620a6
2012-12-05adapt cond format range when copying sheets, fdo#56742Markus Mohrhard1-1/+5
Change-Id: I9b28ac161f326ebeeaf0fa22e0a96915187d7c94
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-26/+17
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann1-2/+2
Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6
2012-11-28cache calls to Date::SYSTEMMarkus Mohrhard1-17/+30
Change-Id: Iccdfeb45519dfc7e1373bf1303ecfc0c83f4cbc0
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard1-3/+1
Change-Id: I9dac82ffeed920ce39aab16d89a91e2f9083908b
2012-11-26we can now update formulas in cond formats correctly, fdo#48970Markus Mohrhard1-2/+10
Change-Id: Ifc5931eeb7325f606822ceaf23ed6af73467c782
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard1-1/+1
Change-Id: I771a17f2cc20602f2e6f8b18142eb990c473f2d4
2012-11-25approxFloor is better than just tuncatingMarkus Mohrhard1-1/+1
Change-Id: I5c204de2dbf7448b8a8ab16e7178a5e1de900d28
2012-11-24prevent 100% cpu on switched of autocalc with volatile func, fdo#42260Markus Mohrhard1-2/+2
Actually conditional formats with sitched off autocalc are not working correctly but this patch does not make it worse Change-Id: I44a4450fb7845e5cb2d9b2ac605540722a5bd48e
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard1-32/+36
Change-Id: Iea2da3947a76e45fb323abed3b9a14ccc3fdfbdc
2012-11-15implement remaining conditional date formatsMarkus Mohrhard1-4/+62
Change-Id: I0a514f305367f556be2fea6650afb63bff4c5a8c
2012-11-15initial work for date conditional formatsMarkus Mohrhard1-0/+107
Change-Id: Ifba8a4061e898a031004c20222e78eb825f07e4e
2012-11-15String to OUStringMarkus Mohrhard1-4/+4
Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23
2012-11-12remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard1-4/+16
Change-Id: I9a8c02369c3e5a12310a46229bdc1671f75593ad
2012-11-04implement text conditional formatsMarkus Mohrhard1-3/+65
Change-Id: I29e837c3495264b04c25a8d6977e3f8dd1efd73b
2012-11-04switch from String to OUStringMarkus Mohrhard1-4/+4
Change-Id: I755d6e6e9c1118792578de52bd3af484f88072be
2012-11-04add error and not error conditionMarkus Mohrhard1-5/+42
Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99
2012-11-02we don't need to pass this parameterMarkus Mohrhard1-25/+24
Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac
2012-11-02implement above/below average conditional formatMarkus Mohrhard1-0/+42
Change-Id: I9ea745818552a8e2553b0de17f2e83d8b8da3d3b
2012-11-02implement top/bottom n percentMarkus Mohrhard1-2/+48
Change-Id: I463cd96831cd47b4e2ed878761e7196098a2e163
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard1-0/+53
Change-Id: Ie6aebf91689b6e260225548802d699cf70dadb94
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard1-8/+13
Change-Id: I90c4f7ac5c462a507cf0d44b7837facdd2bc3643
2012-10-30implement basic support for icon setsMarkus Mohrhard1-0/+5
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-25sc: warning C4702: unreachable codeMichael Stahl1-2/+0
Change-Id: I9a6668a785d1dd6d6f02716519dedb01fb90af00
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard1-43/+125
Change-Id: I63536625eaf9b73c8e63d3cf88b6b798a6bf017b
2012-09-23improve the dump code for cond formatsMarkus Mohrhard1-2/+2
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9
2012-09-18shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard1-2/+15
Change-Id: Ie0cce19c3ea2132d94a227cd051090573054b369
2012-09-06warning C4702: unreachable codeStephan Bergmann1-3/+0
Change-Id: Ie9544ef452d7b9852bd2c31af1cb42035e5c827b
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard1-7/+27
The old ODF storage is style based and so the sam cond format can be divided up into several single stlyes which resulted in several new style cond formats. Now we check for old stlye cond formats if there is a equal cond format and in this case just extend the area. This should make it easier to transform old documents into the new range based cond formats. Change-Id: I51a5148922e19e6860de9915abfc59d49b18d96e
2012-08-31update cond formats for deleting, moving and cut&pasteMarkus Mohrhard1-0/+22
Change-Id: I52987e957918853bcd1abd1460c6166b52454d62
2012-08-28don't crash for invalid repaint ranges in cond formats, fdo#53839Markus Mohrhard1-1/+1
Change-Id: I83cbb2574849c69fba3ca315d7507358654ff2b9
2012-08-14implement dumper for new cond format testMarkus Mohrhard1-0/+11
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard1-0/+13
Change-Id: I9ab70d2b7a557ae5f717898edfb6c363343462f6
2012-06-28Remove some unused localsThomas Arnhold1-59/+0
Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f
2012-06-25repaint all cells if NULL is passed, fdo#51174Markus Mohrhard1-1/+9
Change-Id: If58448fa040ad88db4edaa9aaefc771dbad0826b
2012-06-11fix rebase problemsMarkus Mohrhard1-3/+5
Change-Id: If025dbfc3364f49151638a606928229dba0ee645
2012-06-11fix repainting of conditional formatsMarkus Mohrhard1-81/+1
Change-Id: I14da7e5cdb1bdd4bb3bcd4e03d379f0858c7f999