summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Resolves: fdo#80101 inserting non-chart as chart -> unhandled exceptionCaolán McNamara1-0/+5
2014-10-08avoid use of ref. to possibly deleted objectDavid Tardon1-1/+1
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#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
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-23Resolves: fdo#84057 Localized string is truncatedCaolán McNamara1-358/+374
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida2-26/+35
2014-09-11fix copy&paste of conditional format between sheetsMarkus Mohrhard1-4/+0
2014-09-11prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard1-2/+0
2014-09-05fdo#83481 Correct syntax for external references with all formula syntaxLaurent Balland-Poirier2-3/+18
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 Rathke6-23/+51
2014-09-03refine current date/time hotkey handlingEike Rathke1-24/+205
2014-09-03write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke9-45/+387
2014-09-02check for empty slots' valid NULL pointer, fdo#79441Eike Rathke1-1/+2
2014-08-27sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna2-3/+18
2014-08-27Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-08-27fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-22correct references after sort, fdo#79441Eike Rathke6-10/+111
2014-08-22resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke1-1/+2
2014-08-21out-of-bounds string accessEike Rathke1-1/+1
2014-08-21write COLOR function with extension namespaceEike Rathke3-2/+5
2014-08-21add missing parameter flagEike Rathke1-1/+1
2014-08-19Let's not export sheet tab color when it's not set.Kohei Yoshida1-2/+3
2014-08-18copy conditional formatting for single cells, fdo#82503Markus Mohrhard1-0/+5
2014-08-17use correct namespace for table protection elements, fdo#82128Markus Mohrhard3-4/+7
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon1-2/+13
2014-08-13bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida3-9/+66
2014-08-12fix memory leak around chart listenersMarkus Mohrhard1-15/+8
2014-08-11fdo#79917: Add 'Save a Copy' to Calc/Impress/Draw (LO4.3-Branch)Heiko Scheidt1-0/+1
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
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 range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida7-41/+52
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42
2014-07-30bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida1-0/+2
2014-07-30fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-07-30fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida20-138/+84
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida3-0/+17
2014-07-27Resolves fdo#79273: Data Statistics crashes with any entryJulien Nabet8-16/+0
2014-07-22use SvXMLExport::GetRelativeReference(), fdo#79305Eike Rathke1-11/+1
2014-07-21respect flag for relative paths, fdo#79305Markus Mohrhard1-0/+14