summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
2015-02-19tdf#89460 test pChangeTrack before using itLaurent Godard1-2/+5
2015-02-11tdf#79239: make the dialog closable with 'X' button againKatarina Behrens2-2/+8
2015-02-03Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara1-2/+3
2015-02-03Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2015-02-03Related: fdo#88455 crash using delete in available fieldsCaolán McNamara2-8/+12
2015-01-30Resolves: tdf#88740 parse with locale decimal separatorEike Rathke1-6/+27
2015-01-25Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara1-5/+10
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-28/+8
2015-01-14Ctrl+A and Data Sort took ages to broadcast ALL cells, fdo#81501 relatedEike Rathke1-0/+1
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-3/+5
2015-01-07fix compilationLionel Elie Mamane1-2/+2
2015-01-07rhbz#1116534 crash when pasting over a formulaDavid Tardon3-25/+54
2014-12-16no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-10paste from system from the top left of selectionDavid Tardon1-1/+17
2014-12-09add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-1/+19
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-1/+1
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard1-0/+3
2014-11-28set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-11-28sanitize viewdata col/row valuesEike Rathke1-7/+4
2014-11-28Resolves: rhbz#1165444 abrt crash with NULL pViewCaolán McNamara1-5/+2
2014-11-27fdo#86169 fix completion of function name crashWinfried Donkers1-8/+15
2014-11-25fdo#86708 paint after Undo of SortEike Rathke1-0/+3
2014-11-15fdo#86284 Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl1-7/+8
2014-11-11fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky1-1/+0
2014-11-06fdo#85403 broadcast changes after TextToColumnEike Rathke1-0/+1
2014-10-27fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+1
2014-10-17fdo#81633: Add a hidden configuration option to toggle ref update on sort.Kohei Yoshida3-2/+14
2014-10-13fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-14/+9
2014-10-10InsertCurrentTime: in input mode inherit matching format if setEike Rathke1-7/+17
2014-10-08Resolves: fdo#80101 inserting non-chart as chart -> unhandled exceptionCaolán McNamara1-0/+5
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier2-3/+11
2014-09-25fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
2014-09-25fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson1-0/+1
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+2
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
2014-09-05fdo#83481 Correct syntax for external references with all formula syntaxLaurent Balland-Poirier1-3/+16
2014-09-05Show the right tab for SID_CHAR_DLG_EFFECTMaxim Monastirsky2-2/+2
2014-09-04fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+3
2014-09-04fdo#82183 do not reset globals while loading a documentEike Rathke5-23/+49
2014-09-03refine current date/time hotkey handlingEike Rathke1-24/+205
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-21add missing parameter flagEike Rathke1-1/+1
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon1-2/+13
2014-08-08fdo#82241 fix autocompletion for calc functions withWinfried Donkers1-5/+6
2014-08-08handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard1-0/+28
2014-08-08use a anonymous namespace and sane function namesMarkus Mohrhard1-3/+7
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42