summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power3-4/+33
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power1-6/+3
2013-07-18n#819822: XLSX Chart import with internal data table.Muthu Subramanian4-4/+27
2013-06-24fix for bnc#823935Noel Power1-0/+6
2013-06-24write display attr of hyperlink only if value is different from stringtableNoel Power2-3/+8
2013-06-13don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power2-213/+16
2013-06-07remove unintended changes ( from some aborted approach )Noel Power1-2/+1
2013-06-07add missing PageSetup.PageSize apiNoel Power4-2/+149
2013-06-05bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
2013-05-30restore old behavior for external references, fdo#64229Markus Mohrhard1-1/+1
2013-05-30we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard2-26/+12
2013-05-30range names need to be checked upper case, fdo#64031Markus Mohrhard1-2/+3
2013-05-30Fix compilation error with older compilersTor Lillqvist1-1/+1
2013-05-30some Worksheet.Change supportNoel Power1-0/+22
2013-05-30i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni2-29/+56
2013-05-30remove some methods that are no longer used after reworkNoel Power1-74/+0
2013-05-30buffer ExtCfRuleContext startElement processingNoel Power3-5/+169
2013-05-30buffer conditional formatting finalization so it happens after styles importNoel Power4-3/+18
2013-05-30reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
2013-05-30improve cell style xls[x|m] import performanceNoel Power3-16/+192
2013-05-30fix for bnc#819865 itemstate in parent style incorrectly reported as setNoel Power2-15/+12
2013-05-17Revert "fdo#63878 fix the zoom problem when the sheet are RTL"Noel Power1-3/+0
2013-05-15make some vba Name object attributes read/write and add test documentNoel Power2-1/+4
2013-05-15fix Workbooks.xls unit test ( was failing on windows )Noel Power2-5/+18
2013-05-15try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power1-1/+2
2013-05-15fix various problems with vba Names & Names objectsNoel Power4-84/+144
2013-05-15fix waeNoel Power1-1/+1
2013-05-09fix Worksheet.Cells by now allowing TableSheet range to change from updatesNoel Power2-1/+12
2013-05-09bnc#813528 stub out some missing XPageSetup apiNoel Power2-1/+32
2013-05-09follow fix for bnc#813528Noel Power1-2/+0
2013-05-07fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner2-16/+25
2013-05-07fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi1-0/+3
2013-05-07fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-05-07fdo#61820: Avoid crasher when file URL contains unicode bytes.Kohei Yoshida2-5/+30
2013-05-07some new testdocuments, also some others with newly added testsNoel Power9-0/+0
2013-05-07adjust components needed for CheckOptionToggleValue.xls testfileNoel Power1-0/+3
2013-05-07Tweak further the indices checked for break, also tweak test documentNoel Power1-2/+2
2013-05-07Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power2-9/+28
2013-05-07Revert "remove unused parameter"Noel Power2-3/+4
2013-05-01remove duplicated implementation of ScVbaApplication::OnKeyPetr Mladek1-15/+0
2013-05-01Merge tag 'libreoffice-4.0.3.2' into suse-4.0Petr Mladek19-90/+333
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky2-0/+5
2013-04-29implement Range.NameNoel Power2-0/+53
2013-04-29fixed out of bounds vector accessEike Rathke1-1/+1
2013-04-26fix clang error "exception specification of overriding function"Noel Power2-2/+2
2013-04-26stub implementation(s) for Application EnableCancelKey & InternationalNoel Power2-1/+28
2013-04-26implement Application.Iteration & Application.InchesToPointsNoel Power3-3/+46
2013-04-26implement Application.UndoNoel Power2-0/+10
2013-04-26reset Logical format when setting a number value via Range vba apiNoel Power1-0/+9