summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-03-22removed duplicate includes in scTakeshi Abe39-74/+0
2012-03-22ChartTokenMap can contain null pointersStephan Bergmann1-2/+3
2012-03-22Convert tools/table.hxx to std::map in Chart2PositionMap classNoel Grandin1-42/+46
2012-03-22remove unnecessary use of local variable and auto_ptrNoel Grandin1-6/+3
2012-03-22if/else branches contain same codeNoel Grandin1-18/+5
2012-03-22restructure insert code as a precursor to further simplificationNoel Grandin1-5/+5
2012-03-22simplify code - remove unnecessary and complicated allocationNoel Grandin1-9/+7
2012-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin2-33/+60
2012-03-22Convert tools/table.hxx usage to std::map in ScEEImport classNoel Grandin3-13/+12
2012-03-22restructure the code a bit moreMarkus Mohrhard2-7/+2
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard1-0/+1
2012-03-21Make sure one base class does not use another one after destructionStephan Bergmann1-3/+6
2012-03-21Export to xls correct item values for grouped fields.Kohei Yoshida1-4/+8
2012-03-20callcatcher: update listCaolán McNamara1-39/+0
2012-03-20remove unused code (oox, sc)Petr Vorel6-132/+0
2012-03-20remove unused code (oox, sc)Petr Vorel2-12/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-03-19Fix a crash on launching the pivot layout dialog with duplicated data fields.Kohei Yoshida1-0/+3
2012-03-19check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-19Record sort order during the first sort by the value, and use it the 2nd time.Kohei Yoshida1-2/+25
2012-03-18Remove deprecated class DevChartConfigItem.Rafael Dominguez1-87/+0
2012-03-18some sal_Bool to bool in transobj.cxxMarkus Mohrhard1-13/+13
2012-03-18also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-18add all imported properties to ScDBData, fdo#40426Markus Mohrhard2-3/+9
2012-03-18Fix Same expression on both sides of '=='Julien Nabet1-1/+1
2012-03-18Reduce scope of nCharJulien Nabet1-1/+1
2012-03-18match if-else properly (warnings are actually sometimes useful, huh)Luboš Luňák1-0/+2
2012-03-17Fixed potential memory leak & UniString removal.Kohei Yoshida1-5/+8
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida2-15/+60
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-1/+1
2012-03-16Prevent out-of-bound array access.Kohei Yoshida1-1/+1
2012-03-16We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida1-2/+2
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida2-11/+6
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida1-38/+0
2012-03-16move excel related oox bits to scNoel Power118-1/+51844
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard1-1/+7
2012-03-15No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida1-6/+0
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida1-23/+2
2012-03-15i#84393 Fix title field in header, footerSzabolcs Dezsi3-3/+19
2012-03-15update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard1-3/+3
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2-3/+3
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power1-1/+1
2012-03-15Consolidated file-local functions.Kohei Yoshida1-83/+79
2012-03-15Removed unused.Kohei Yoshida1-67/+0
2012-03-15Use the same algorithm for database initialization.Kohei Yoshida1-8/+19
2012-03-15Fixed memory leak.Kohei Yoshida1-0/+1
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida2-2/+133
2012-03-15DataListType -> ItemsType.Kohei Yoshida2-17/+17
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin3-16/+23
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy2-2/+13