Age | Commit message (Expand) | Author | Files | Lines |
2013-06-24 | fix for bnc#823935 | Noel Power | 1 | -0/+6 |
2013-06-24 | write display attr of hyperlink only if value is different from stringtable | Noel Power | 2 | -3/+8 |
2013-06-13 | don't hide cell content behind pivot table buttons, fdo#60877 | Markus Mohrhard | 1 | -1/+1 |
2013-06-07 | share spPaperSizeTable ( and associated access code ) in msfilter | Noel Power | 2 | -213/+16 |
2013-06-07 | remove unintended changes ( from some aborted approach ) | Noel Power | 1 | -2/+1 |
2013-06-07 | add missing PageSetup.PageSize api | Noel Power | 4 | -2/+149 |
2013-06-05 | bnc#821795 eat stray backslashes, in ooxml num format they don't escape | Noel Power | 2 | -6/+5 |
2013-05-30 | restore old behavior for external references, fdo#64229 | Markus Mohrhard | 1 | -1/+1 |
2013-05-30 | we need a reference to the DifParser.aData, fdo#64920 | Markus Mohrhard | 2 | -26/+12 |
2013-05-30 | range names need to be checked upper case, fdo#64031 | Markus Mohrhard | 1 | -2/+3 |
2013-05-30 | Fix compilation error with older compilers | Tor Lillqvist | 1 | -1/+1 |
2013-05-30 | some Worksheet.Change support | Noel Power | 1 | -0/+22 |
2013-05-30 | i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.View | Pedro Giffuni | 2 | -29/+56 |
2013-05-30 | remove some methods that are no longer used after rework | Noel Power | 1 | -74/+0 |
2013-05-30 | buffer ExtCfRuleContext startElement processing | Noel Power | 3 | -5/+169 |
2013-05-30 | buffer conditional formatting finalization so it happens after styles import | Noel Power | 4 | -3/+18 |
2013-05-30 | reorg styles code slightly, process normal (and row ) style in own method | Noel Power | 2 | -88/+89 |
2013-05-30 | improve cell style xls[x|m] import performance | Noel Power | 3 | -16/+192 |
2013-05-30 | fix for bnc#819865 itemstate in parent style incorrectly reported as set | Noel Power | 2 | -15/+12 |
2013-05-17 | Revert "fdo#63878 fix the zoom problem when the sheet are RTL" | Noel Power | 1 | -3/+0 |
2013-05-15 | make some vba Name object attributes read/write and add test document | Noel Power | 2 | -1/+4 |
2013-05-15 | fix Workbooks.xls unit test ( was failing on windows ) | Noel Power | 2 | -5/+18 |
2013-05-15 | try fix build failure ( on some platforms ) uno::makeAny( 1 ) | Noel Power | 1 | -1/+2 |
2013-05-15 | fix various problems with vba Names & Names objects | Noel Power | 4 | -84/+144 |
2013-05-15 | fix wae | Noel Power | 1 | -1/+1 |
2013-05-09 | fix Worksheet.Cells by now allowing TableSheet range to change from updates | Noel Power | 2 | -1/+12 |
2013-05-09 | bnc#813528 stub out some missing XPageSetup api | Noel Power | 2 | -1/+32 |
2013-05-09 | follow fix for bnc#813528 | Noel Power | 1 | -2/+0 |
2013-05-07 | fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fix | Albert Thuswaldner | 2 | -16/+25 |
2013-05-07 | fdo#63878 fix the zoom problem when the sheet are RTL | Faisal M. Al-Otaibi | 1 | -0/+3 |
2013-05-07 | fdo#64048 - fix calc/VBA clearcontents regression. | Michael Meeks | 1 | -1/+1 |
2013-05-07 | fdo#61820: Avoid crasher when file URL contains unicode bytes. | Kohei Yoshida | 2 | -5/+30 |
2013-05-07 | some new testdocuments, also some others with newly added tests | Noel Power | 9 | -0/+0 |
2013-05-07 | adjust components needed for CheckOptionToggleValue.xls testfile | Noel Power | 1 | -0/+3 |
2013-05-07 | Tweak further the indices checked for break, also tweak test document | Noel Power | 1 | -2/+2 |
2013-05-07 | Fix ScRangeList::Parse wrt defaulted delimiter and default tab params | Noel Power | 2 | -9/+28 |
2013-05-07 | Revert "remove unused parameter" | Noel Power | 2 | -3/+4 |
2013-05-01 | remove duplicated implementation of ScVbaApplication::OnKey | Petr Mladek | 1 | -15/+0 |
2013-05-01 | Merge tag 'libreoffice-4.0.3.2' into suse-4.0 | Petr Mladek | 19 | -90/+333 |
2013-04-30 | bnc#816516: Implement easy access to the recent documents. | Jan Holesovsky | 2 | -0/+5 |
2013-04-29 | implement Range.Name | Noel Power | 2 | -0/+53 |
2013-04-29 | fixed out of bounds vector access | Eike Rathke | 1 | -1/+1 |
2013-04-26 | fix clang error "exception specification of overriding function" | Noel Power | 2 | -2/+2 |
2013-04-26 | stub implementation(s) for Application EnableCancelKey & International | Noel Power | 2 | -1/+28 |
2013-04-26 | implement Application.Iteration & Application.InchesToPoints | Noel Power | 3 | -3/+46 |
2013-04-26 | implement Application.Undo | Noel Power | 2 | -0/+10 |
2013-04-26 | reset Logical format when setting a number value via Range vba api | Noel Power | 1 | -0/+9 |
2013-04-26 | add Workbook.Save method | Noel Power | 2 | -0/+94 |
2013-04-26 | return correct object ( was returning an uno object in the vba api ) | Noel Power | 1 | -1/+1 |
2013-04-26 | handle non int32 values for Field in Range.AutoFilter | Noel Power | 1 | -3/+15 |