summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2014-11-28set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier1-2/+0
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2-3/+3
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida4-17/+30
2014-06-25Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-10Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-6/+11
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida3-2/+30
2014-05-17fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida1-21/+34
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 Yoshida1-3/+29
2014-04-17fdo#75665: Truncate string when clipped on screen.Kohei Yoshida1-18/+58
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-14fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida1-37/+143
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-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-2/+3
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand4-3/+9
2014-03-13fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida2-4/+10
2014-03-07fdo#67104 Use correct command for show gridMaxim Monastirsky2-49/+0
2014-02-25fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-1/+2
2014-02-19fdo#74857: Update the incrementer when skipping over hidden regions.Kohei Yoshida1-0/+4
2014-02-15fdo#73773: Check if the *document* is closing, not the *app*.Kohei Yoshida1-0/+3
2014-02-12Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida1-1/+1
2014-01-31fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke1-6/+3
2014-01-30fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+1
2014-01-28give MSVC a hint to not break the build, fdo#74042 relatedEike Rathke1-1/+1
2014-01-28fdo#74042 Don't attempt to copy more than a string has to offerMaxim Monastirsky1-1/+1
2014-01-15fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.Kohei Yoshida1-3/+9
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida2-13/+13
2014-01-11fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida2-0/+16
2014-01-10fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida3-9/+18
2013-12-19Backport Calc's data stream massive cleanup effort.Kohei Yoshida2-32/+36
2013-12-19fixed crash when invoking sort on an empty sheet's entire column, fdo#72874Eike Rathke1-3/+8
2013-12-13Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-12-02make data streams an experimental featureMatúš Kukan1-1/+10
2013-12-02Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan1-2/+2
2013-12-02Rework data streams to be more like file links (ScAreaLink).Matúš Kukan2-10/+28
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard1-2/+3
2013-11-28Clear the data cache here as well.libreoffice-4-2-milestone-2Kohei Yoshida1-0/+1
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard1-22/+10
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard1-16/+1
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann2-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke1-104/+97
2013-11-15Referer check for Calc background imageStephan Bergmann1-4/+8
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin6-13/+13
2013-11-13datastreams: add toolbar buttons to stop / resume streamingMatúš Kukan1-0/+8