summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-13Implement data streams dialog that allows importing a stream of dataMatúš Kukan2-0/+6
2013-11-13add menu item for data streams dialogMatúš Kukan1-1/+2
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl3-0/+17
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl3-0/+18
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-47/+47
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin3-5/+5
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2-2/+2
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida2-4/+9
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-4/+3
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin2-6/+5
2013-11-05fix some further include guard fooThomas Arnhold1-2/+0
2013-11-04Fix for Calc page scaling - see #i54993#Eilidh McAdam1-0/+34
2013-11-04minor cleanup in ScHeaderControl: nCount is always greater than 0Rodolfo Ribeiro Gomes1-5/+3
2013-11-04German translations and minor clean-up in ScHeaderControlsRodolfo Ribeiro Gomes2-69/+49
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard1-1/+6
2013-10-30use SC_STRLOAD()Eike Rathke2-5/+5
2013-10-29Revert "fix fdo#63546 : set appropriate alignment when writing direction is c...Eike Rathke1-23/+0
2013-10-29Revert "Related: fdo#63546 bundle both changes together as one undo"Eike Rathke1-7/+0
2013-10-29Revert "fdo#63546: set appropriate alignment when wrt direction of cells is c...Eike Rathke1-42/+13
2013-10-29sal_Bool to bool in ScHeaderControlRodolfo Ribeiro Gomes2-42/+42
2013-10-24more string bounds checks for scCaolán McNamara1-1/+1
2013-10-23remove some legacy stuffThomas Arnhold1-33/+0
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard9-97/+43
2013-10-23convert input string dialog to .uiCaolán McNamara1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist20-33/+33
2013-10-18eliminated cause of "SelectionPattern Null" dbgutil warningEike Rathke1-10/+17
2013-10-18convert remaining String in SC to OUStringNoel Grandin12-24/+24
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara3-77/+55
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet3-71/+49
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier1-113/+113
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier1-2/+2
2013-10-11Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida1-7/+1