summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-07-18fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida
2011-05-13Properly initialize and copy fValKohei Yoshida
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida
2011-05-02Let's not friend a class just because of one private method.Kohei Yoshida
2011-05-02Pass const reference.Kohei Yoshida
2011-04-29Removed unnecessary virtual-ness from the destructor.Kohei Yoshida
2011-04-29A bit of cleanups & annotation of data members.Kohei Yoshida
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-26killed sal_Bool and tabs.Kohei Yoshida
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard
2011-04-19fdo#33341: Copy print ranges when copying sheet.Kohei Yoshida
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida
2011-04-13Silly indentation errors, remove friend statement, bool over sal_Bool.Kohei Yoshida
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova
2011-04-01Extend data area for standard and special filters as well.Kohei Yoshida
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida
2011-04-01Prefer bool over sal_Bool in ScDBData.Kohei Yoshida
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida
2011-04-01Moved up the user index data member.Kohei Yoshida
2011-04-01Cleaned up ScSortParam.Kohei Yoshida
2011-04-01First cut on exporting sort parameters.Kohei Yoshida
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida
2011-04-01We need to delete the old instance before setting a new one.Kohei Yoshida
2011-04-01Let's use a different prefix for sheet-local anonymous ranges.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-29Fix Windows build of SCFridrich Štrba
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-26fix debug build. use OSL_DEBUG_LEVEL instead of DBG_UTIL macroNorbert Thiebaud
2011-03-24WaE: consistent struct/class declarationCaolán McNamara
2011-03-24ScDBData now stores ScSubTotalParam as member.Kohei Yoshida
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida
2011-03-23Removed unused code.Kohei Yoshida
2011-03-23Cleaned up ScSubTotalParam.Kohei Yoshida
2011-03-23Updated doc.Kohei Yoshida
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-22Let's check for borders only when calculating printable pages.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky