summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-09-11-Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)Stephan Bergmann
2012-09-10Change some comments to meet doxygen standardsFaisal M. Al-Otaibi
2012-09-07-Werror=non-virtual-dtorStephan Bergmann
2012-09-07We don't need this special orcus directory now that orcus is integrated.Kohei Yoshida
2012-09-07Use the latest license header.Kohei Yoshida
2012-09-07Add or update the header guards.Kohei Yoshida
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard
2012-08-31update cond formats for deleting, moving and cut&pasteMarkus Mohrhard
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
2012-08-24Improve matrix import performance.Daniel Bankston
2012-08-23A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida
2012-08-23Convert xlsx unnamed database range import to direct scDaniel Bankston
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
2012-08-23WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist
2012-08-22Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier
2012-08-14implement dumper for new cond format testMarkus Mohrhard
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
2012-08-13implement AutoMin and AutoMax, fdo#50462Markus Mohrhard
2012-08-13use an enum instead of several flagsMarkus Mohrhard
2012-08-10sc: this appears to be unusedMatúš Kukan
2012-08-10make more ScTable methods constMarkus Mohrhard
2012-08-10make more methods const in ScTableMarkus Mohrhard
2012-08-09Reverting copyright notices to original LGPL.Kohei Yoshida
2012-08-10make more calc methods constMarkus Mohrhard
2012-08-10make some methods constMarkus Mohrhard
2012-08-09Bin 2 other functionsJulien Nabet
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
2012-08-06skip hidden rows when moving with the cursor, fdo#45020Markus Mohrhard
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold
2012-07-27unify return type in this methodMarkus Mohrhard
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann
2012-07-20don't trim whitespaces in csv parser if not requestedMarkus Mohrhard
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida