summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-30fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-4/+15
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.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-23convert code to use OUString::endsWithNoel Grandin1-3/+2
2013-10-21drop CharSet typedefCaolán McNamara1-4/+4
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-5/+5
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin1-42/+41
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-27/+25
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-23/+19
2013-10-03de-GetBuffer calcCaolán McNamara1-18/+18
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-12/+12
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+4
2013-08-26resolved fdo#53449 weight given separators to pick one for outputEike Rathke1-1/+1
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-2/+0
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-6/+6
2013-05-14resolved fdo#60468 no special tab case workaround for CSV importEike Rathke1-13/+0
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-05-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida1-1/+0
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-13/+13
2013-04-09Revert "fix scfilt with Library_merged"Matúš Kukan1-4/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-38/+38
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-5/+5
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist1-5/+5
2013-03-25ScFormatFilter::Get(): -Werror=undefMichael Stahl1-1/+1
2013-03-25fix scfilt with Library_mergedPeter Foley1-1/+5
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-1/+1
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-5/+7
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-18resolved #i119960# paste single line with quotesEike Rathke1-16/+16
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-8/+8
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke1-0/+19
2013-02-17coverity: fix memory leakMarkus Mohrhard1-12/+7
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-4/+4
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19use LanguageTagEike Rathke1-3/+3