summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon1-22/+47
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-7/+7
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-3/+3
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-06Related fdo#69006: Reintroduce some height calculation back.Jan Holesovsky1-3/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl1-2/+7
2014-04-18ScImportExport clean-up, German commentsTomaž Vajngerl1-66/+27
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-17/+16
2014-03-08coverity#1130369 Dereference after null checkCaolán McNamara1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-6/+6
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-11/+10
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida1-7/+10
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+8
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-12/+12
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