summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard22-213/+422
2011-03-30WaE: struct vs classCaolán McNamara1-1/+1
2011-03-30WaE: struct vs classCaolán McNamara1-1/+1
2011-03-30centralize caserotateCaolán McNamara3-27/+5
2011-03-30WaE: overloaded virtualDavid Tardon1-0/+2
2011-03-30WaE: unused variableDavid Tardon1-1/+0
2011-03-30WaE: unused variableDavid Tardon1-15/+0
2011-03-30WaE: unused variableDavid Tardon1-2/+0
2011-03-30sc-cellsuno-avoid-early-destruction.diff: avoid a crash (i#90076)Petr Mladek1-1/+4
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito6-0/+0
2011-03-29switch sc to gbuildNorbert Thiebaud36-2793/+0
2011-03-29WaE comparision between signed and unsignedChristian Lohmaier2-2/+2
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat31-109/+115
2011-03-26fix filter loading: export ScFilterCreateNorbert Thiebaud1-1/+1
2011-03-25gnumake support for calc.Norbert Thiebaud1-0/+2
2011-03-25Let's not assign an index here, but have one auto-generated on insertion.Kohei Yoshida1-1/+0
2011-03-25WaE: Index has to be unsignedCaolán McNamara1-1/+1
2011-03-25take into account streamname and codename needed match casewiseNoel Power1-2/+6
2011-03-24WaE: unused variablesCaolán McNamara1-5/+5
2011-03-24Fix a build breakage on FC11.Kohei Yoshida1-0/+1
2011-03-24Select the first checked position. (fdo#31220)Kohei Yoshida1-1/+6
2011-03-24ScDBData now stores ScSubTotalParam as member.Kohei Yoshida1-134/+11
2011-03-24sal_Bool to bool.Kohei Yoshida2-17/+17
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida11-205/+243
2011-03-23Cleaned up ScSubTotalParam.Kohei Yoshida1-49/+49
2011-03-23Prefer early return and reduce indent level.Kohei Yoshida1-40/+39
2011-03-23Extracted method for subtotals function.Kohei Yoshida3-59/+66
2011-03-23These string ID's are no longer resolved. Do as Writer does.Kohei Yoshida1-5/+5
2011-03-23Remove IMPL_FAMILY macro; this is too much.Kohei Yoshida1-12/+14
2011-03-23Detect error conditions during initial datapilot construction.Kohei Yoshida2-5/+23
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida3-5/+11
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky24-88/+119
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky6-143/+70
2011-03-23Useless comments--, FIXME--Katarina Machalkova3-13/+2
2011-03-23Fixed binary import/export of MSO drawing objectsKatarina Machalkova1-5/+15
2011-03-23Fixed binary import/export of formulasKatarina Machalkova1-10/+12
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova14-47/+69
2011-03-22Don't auto-adjust date and time values per column width. (fdo#34484)Kohei Yoshida1-0/+9
2011-03-22Let's not clear single cell selection after enter-paste. (fdo#35116)Kohei Yoshida1-20/+1
2011-03-22Let's check for borders only when calculating printable pages.Kohei Yoshida4-6/+21
2011-03-22Resolves: #i117506 dodgy lclConvertTimeIntervalCaolán McNamara1-1/+1
2011-03-22get excel vba import to workNoel Power1-1/+1
2011-03-22fix mis-merge crash related to mis-aligned func. desc. resource readingMichael Meeks1-0/+1
2011-03-22beware of invalidated iteratorDavid Tardon1-0/+2
2011-03-21Fix seg faults on sheet deletion.Kohei Yoshida1-1/+1
2011-03-21FIX BUG 32559 - calcDózsa Bálint3-1/+35
2011-03-19Fixed the odf import of border in calc: style was missingCédric Bosdonnat2-5/+7
2011-03-19Added the new border types to the HTML exportCédric Bosdonnat1-2/+16
2011-03-19sc: don't draw the slanted border twice at all tp remove visual side effectsCédric Bosdonnat1-4/+2
2011-03-19sc: draw slanted borders using the drawinglayer primitivesCédric Bosdonnat1-94/+55