summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2013-12-02fix memory leakMatúš Kukan1-0/+1
2013-12-02datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan1-3/+0
2013-12-02datastreams: Simplify code for importing CSV data.Matúš Kukan1-13/+76
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úš Kukan1-45/+17
2013-12-02Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan1-15/+25
2013-12-02export data streams; pretend to be an area linkMatúš Kukan1-27/+66
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-14/+24
2013-12-02Rework data streams to be more like file links (ScAreaLink).Matúš Kukan1-0/+368
2013-11-28Clear column data cache here too.Kohei Yoshida1-0/+1
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida1-0/+1
2013-11-27resolved fdo#53103 actually use the external data filter optionsEike Rathke2-7/+13
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-6/+6
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida1-0/+14
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin2-4/+4
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida1-26/+0
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin2-7/+7
2013-11-10clean up #ifdef ICC codeMichael Stahl1-5/+0
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida1-0/+54
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida1-0/+18
2013-11-06Set mutex for external ref cache content.Kohei Yoshida1-0/+19
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin2-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-30Use enum for table op mode.Kohei Yoshida1-1/+1
2013-10-30don't update row height for csv import, fdo#69009Markus Mohrhard1-4/+4
2013-10-30use sal_Int32 instead of xub_StrLenMarkus Mohrhard1-10/+10
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard1-9/+23
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard4-30/+12
2013-10-23convert code to use OUString::endsWithNoel Grandin3-5/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist5-9/+9
2013-10-21drop CharSet typedefCaolán McNamara3-9/+9
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-5/+5
2013-10-18convert remaining String in SC to OUStringNoel Grandin5-11/+11
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann1-3/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2-9/+8
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-11/+11
2013-10-11Simplify string literal concatenationsStephan Bergmann1-3/+1
2013-10-10fixed another "Out of bounds substring access"Eike Rathke1-6/+5
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2-11/+12
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin15-215/+213
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin2-31/+28
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara2-4/+4
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin4-6/+6
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-21/+10
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin1-3/+3