summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpfilteredcache.hxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:constantparam in scNoel Grandin2016-03-241-1/+1
| | | | Change-Id: I8608a6cb47972e9b838cc5ea431863348758ded0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
| | | | Change-Id: I765d2a600f9c57da50c85354688e3ae796750d94
* com::sun::star->css in scNoel Grandin2015-10-281-1/+1
| | | | Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
| | | | Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
* boost->stdCaolán McNamara2015-09-181-2/+2
| | | | | | | | Change-Id: I7f3bb094f116103c1146a7d60e3af94c0b37d9ea Reviewed-on: https://gerrit.libreoffice.org/18677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-2/+2
| | | | Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
* boost->stdCaolán McNamara2015-09-171-2/+2
| | | | Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
| | | | Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+1
| | | | Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-5/+5
| | | | Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
* new compilerplugin returnbyrefNoel Grandin2014-06-241-1/+1
| | | | | | | | | | | | | | Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
| | | | Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-4/+4
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()Noel Grandin2014-02-271-1/+0
| | | | Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084
* fdo#63998: Filtering by page fields to work again.Kohei Yoshida2013-07-131-1/+4
| | | | Change-Id: I267ccb30cfa6347313fa1de96e18731f0e22d57d
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-1/+1
| | | | | | This header was formerly dpmacros.hxx, now renamed to calcmacros.hxx. Change-Id: I2ed768b7c5678f5216b1e93df2c0cede0c548be4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida2013-02-131-2/+2
| | | | Change-Id: I218315a0583ce6b0f10969b364a7a717ad309212
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Rename the files to reflect the class name change.Kohei Yoshida2012-10-311-0/+185
Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f