summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard2-0/+4
2012-03-20check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-19only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard2-9/+14
2012-03-19add all imported properties to ScDBData, fdo#40426Markus Mohrhard2-3/+9
2012-03-19also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-17i#84393 Fix title field in header, footerSzabolcs Dezsi3-3/+19
2012-03-16fix to update inputbar when setting a range for a formula fdo#46809Noel Power1-1/+1
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard1-1/+7
2012-03-16update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard1-3/+3
2012-03-16ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2-3/+3
2012-03-16Resolves: fdo#46728 reference count the overlay managersCaolán McNamara2-29/+27
2012-03-12take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard1-3/+11
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard1-2/+3
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard1-1/+1
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard5-19/+10
2012-03-09Set entries correctly visible, fdo#47102Markus Mohrhard1-0/+6
2012-03-07export all row styles, fdo#46336Markus Mohrhard1-14/+3
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard1-0/+4
2012-03-05don't crash for empty input data in charts, fdo#46885Markus Mohrhard1-1/+1
2012-03-02don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard1-1/+7
2012-03-01use the correct db range for the copy, fdo#46712Markus Mohrhard1-1/+1
2012-03-01use correct source tableMarkus Mohrhard1-1/+1
2012-03-01don't try to update the range names twiceMarkus Mohrhard1-79/+0
2012-02-28fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida1-2/+3
2012-02-28fdo#40320: Correctly import data point formats in data series.Kohei Yoshida1-2/+3
2012-02-26fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power1-0/+18
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard2-5/+22
2012-02-21don't add empty categories, fdo#46332Markus Mohrhard1-1/+1
2012-02-13fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida1-0/+3
2012-02-08copy settings for RTL with sheets, fdo#45768Markus Mohrhard1-0/+8
2012-02-08we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard1-1/+1
2012-02-08fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power1-1/+1
2012-02-08make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power2-4/+17
2012-02-08add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl1-2/+1
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl1-2/+2
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke1-3/+20
2012-01-30Make named ranges dialog more consistent, localizable (I+II+III)Stefan Knorr (astron)3-55/+55
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida1-7/+22
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke1-2/+3
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke1-2/+2
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard1-3/+1
2012-01-25fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida1-3/+11
2012-01-24Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida2-4/+124
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2-4/+12
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida2-2/+8
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida2-1/+2