summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-06-11fix excel row height export problems ( I hope ) fdo#50304Noel Power1-15/+38
2012-06-11better import xlsx heightsNoel Power1-4/+0
2012-06-11Revert "Fixed #i116848# Shapes are at wrong position"Fridrich Štrba3-3/+3
2012-06-11Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Eike Rathke1-12/+0
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard1-0/+3
2012-05-18WaE: is abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-05-18WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-05-11resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke1-2/+4
2012-05-11fix initial height of multiline input windowNoel Power2-7/+13
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke1-6/+12
2012-05-07string result of formula is also valid, fdo#49052Markus Mohrhard1-1/+9
2012-04-20resolved fdo#48856 update sheet-local named expressions correctlyEike Rathke5-43/+42
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon1-2/+2
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke2-10/+19
2012-04-17fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe1-1/+1
2012-04-17fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2-26/+35
2012-04-05resolved fdo#40021 CSV import got confused by erroneous HTML detectionEike Rathke1-15/+24
2012-04-02use same border width information for xls import and export, fdo#44742Markus Mohrhard3-26/+29
2012-04-02this hack in no longer needed, fdo#44337Markus Mohrhard1-4/+1
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard9-10/+24
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard2-0/+4
2012-03-23cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard1-17/+16
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-03-22Make sure one base class does not use another one after destructionStephan Bergmann1-3/+6
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