summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold40-200/+200
2011-03-01Check for existance of cache before creating a new one.Kohei Yoshida3-2/+11
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida7-52/+52
2011-03-01Finally get the refresh to work properly.Kohei Yoshida3-8/+19
2011-02-28Let's rename InvalidateSource() to ClearSource().Kohei Yoshida1-6/+6
2011-02-28More cleanups.Kohei Yoshida3-21/+4
2011-02-28Remove old container that stored data caches.Kohei Yoshida1-2/+1
2011-02-28More removal of cache ID related stuff.Kohei Yoshida4-19/+11
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida4-281/+19
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida2-16/+4
2011-02-28Some whitespace cleanups.Kohei Yoshida1-23/+23
2011-02-28Make sure everybody calls ScDPCacheTable::getOrder() publicly.Kohei Yoshida1-2/+2
2011-02-28Make sure nobody modifies the table cache outside of ScDPCacheTable.Kohei Yoshida6-24/+37
2011-02-25Removed dead codeTakeshi Abe3-7/+2
2011-02-25Mark fall-throughTakeshi Abe1-2/+2
2011-02-22Include precompiled_sc.hxxTor Lillqvist1-0/+3
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom1-122/+109
2011-02-21[PATCH 07/10] Removed deprecated container List.npcdoom1-12/+12
2011-02-18- Remove deprecated <tools/list.hxx> include.Rafael Dominguez1-1/+0
2011-02-18Removed extra ; at the end of a line.Kohei Yoshida1-1/+1
2011-02-18Fixed a memory leak in the datapilot code.Kohei Yoshida1-1/+1
2011-02-15More removal of inc/dec recalc level calls.Kohei Yoshida2-10/+6
2011-02-15Remove this weird recalc level construct. Let's keep it simple.Kohei Yoshida1-6/+0
2011-02-15Let's hide these definitions from the header, for easier debugging.Kohei Yoshida1-0/+9
2011-02-15Reduced indent levels by early bail out.Kohei Yoshida1-33/+39
2011-02-15Unused method removal.Kohei Yoshida1-5/+0
2011-02-15Use leaf-node search here as well, to avoid tree being re-built.Kohei Yoshida1-1/+1
2011-02-15Let's use a separate method for leaf-node search.Kohei Yoshida4-3/+43
2011-02-14A little cleanup.Kohei Yoshida1-5/+0
2011-02-14With positional insert, there is no need to do back insertion.Kohei Yoshida3-39/+3
2011-02-14Nailed the filtering perf issue for good. (fdo#33720)Kohei Yoshida2-105/+106
2011-02-12Fixed a bug where row hidden/filtered attributes were not saved.Kohei Yoshida1-0/+12
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida5-73/+20
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio3-77/+0
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel7-24/+24
2011-02-08rewrite the one use of std::iotaFridrich Štrba1-1/+4
2011-02-06Migrate DEBUG to OSL_DEBUG_LEVELThomas Arnhold2-2/+2
2011-02-06port repository calc to boost unordered containersFridrich Štrba8-43/+32
2011-02-05Some cppcheck cleaningJulien Nabet2-5/+4
2011-02-02Removed unused functions from calc 2Alfonso Eusebio3-47/+0
2011-02-01Call-catcher: removed unused functions in calcAlfonso Eusebio2-156/+0
2011-02-01Remove DBG_INVALIDATEThomas Arnhold1-23/+0
2011-01-31Use OUStringBuffer in case we need to modify string after creation.Kohei Yoshida1-3/+4
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveDataSören Möller1-14/+14
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller1-31/+32
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveMemberSören Möller1-2/+2
2011-01-31Cleaned up spacings in dpsave.hxx/.cxxSören Möller1-68/+53
2011-01-31Replaced tools/solar.h types with sal typesSören Möller1-73/+74
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-5/+0
2011-01-31Removed include of tools/string as no longer usedThies Pierdola1-1/+0