summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida5-144/+77
2014-07-21Resolves: rhbz#1121341 crash on closing shrunk validity windowCaolán McNamara2-5/+24
2014-07-15fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida13-44/+84
2014-07-14fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-06-25Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard1-0/+1
2014-06-17fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-0/+12
2014-06-10Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-6/+11
2014-06-09Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara2-0/+11
2014-05-31fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida7-24/+27
2014-05-23fdo#76824: Proper way to parse cell address strings.Kohei Yoshida1-13/+27
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida6-18/+118
2014-05-20simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke1-6/+2
2014-05-20Resolves: fdo#78838 past-the-end iteratorJulien Nabet1-0/+3
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-17fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida1-21/+34
2014-05-16fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida1-0/+15
2014-05-15fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida1-0/+4
2014-05-12fdo#78535: Don't process borders of 0 width.Kohei Yoshida1-42/+54
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida5-6/+100
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-1/+1
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke1-0/+6
2014-04-30actually both should be LIST_APPENDEike Rathke1-2/+2
2014-04-30Build fix.Kohei Yoshida1-1/+1
2014-04-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida2-9/+27
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida1-5/+20
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-17fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-04-17fdo#75665: Truncate string when clipped on screen.Kohei Yoshida2-18/+60
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-15fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida3-3/+5
2014-04-14fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2-37/+145
2014-04-13fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
2014-04-11fdo#73588: fix default alignment in RTL mode.Hannah Lyhne1-1/+4
2014-04-11re-enabled user-defined numeric fields for dBase exportEike Rathke1-37/+79
2014-04-09fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida4-14/+34
2014-04-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida5-17/+13
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand7-5/+21
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida4-3/+16
2014-03-17justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke1-0/+1
2014-03-15Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara1-27/+43
2014-03-13fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida7-18/+37
2014-03-12hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2-1/+2
2014-03-07fdo#67104 Use correct command for show gridMaxim Monastirsky5-57/+4
2014-02-26fdo#75386: Totally fix reference update during range move.Kohei Yoshida2-6/+18
2014-02-25fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-1/+2
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida1-10/+16