summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2013-12-02make data streams an experimental featureMatúš Kukan1-1/+10
2013-12-02fix memory leakMatúš Kukan1-0/+1
2013-12-02datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan2-4/+0
2013-12-02datastreams: Simplify code for importing CSV data.Matúš Kukan2-13/+77
2013-12-02datastreams: for security, ask before executing a script when importingMatúš Kukan1-9/+23
2013-12-02Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan4-53/+26
2013-12-02Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan4-21/+65
2013-12-02export data streams; pretend to be an area linkMatúš Kukan3-31/+82
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan3-22/+41
2013-12-02Rework data streams to be more like file links (ScAreaLink).Matúš Kukan8-220/+282
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard1-2/+3
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl12-50/+166
2013-11-29typo: seperator -> separatorAndras Timar1-1/+1
2013-11-28Clear the data cache here as well.libreoffice-4-2-milestone-2Kohei Yoshida1-0/+1
2013-11-28Clear column data cache here too.Kohei Yoshida1-0/+1
2013-11-27Don't forget to broadcast to chart objects.Kohei Yoshida1-0/+2
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida3-0/+26
2013-11-27Clear column data array cache when the document content changes.Kohei 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-27resolved fdo#53103 actually use the external data filter optionsEike Rathke2-7/+13
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-0/+23
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-1/+28
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+56
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+184
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+200
2013-11-20fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan1-3/+3
2013-11-20datastreams: read data in another threadMatúš Kukan3-22/+129
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann4-10/+20
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin5-15/+15
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin6-12/+11
2013-11-19datastreams: implement address mode for inputMatúš Kukan3-29/+89
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-4/+4
2013-11-19simplify if conditionNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin13-24/+24
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin6-10/+10
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida1-0/+14
2013-11-18fixed out-of-bounds string accessEike Rathke1-1/+1
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan1-1/+26
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero1-1/+1
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke2-106/+100
2013-11-15Referer check for Calc background imageStephan Bergmann1-4/+8
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-0/+80
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2-2/+2
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-5/+5
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin20-42/+42