summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12targetted VBA re-work.Noel Power1-1/+1
2012-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner1-11/+11
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-06-24rearranged forward declarations of classTakeshi Abe1-1/+0
so that they locate where their classes appear if needed, otherwise removed Change-Id: I457542ec4c31f9a4b56a562f588b7c190c18776c
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke1-12/+5
* non-escaped (not doubled) quotes in quoted strings are regarded as broken representation and are taken literally, only a quote followed by a separator ends a field. If not being a separator themselves, trailing blanks between the ending quote and the separator are ignored, complementary to leading blanks between a separator and a quote. * quotes in a non-quoted string are taken literally
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke1-3/+10
In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field data exceeds STRING_MAXLEN. Row overflow takes precedence over column overflow that takes precedence over cell overflow.
2012-04-10sal_Bool to boolEike Rathke1-47/+47
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-4/+5
CSV and other text formats may come with line sizes >64k that so far were truncated due to limitations in ByteString/UniString/String, even if one line consists of several fields that each are <64k. Introduced additional SvStream methods that read into rtl::OString and rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an rtl::OUString. Made Calc CSV import use those.
2012-01-16just return a new string rather than pass by referenceCaolán McNamara1-1/+1
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara1-0/+53
SvStream::ReadCsvLine doesn't need to be a member of Stream and the subcomment about what's wrong with the method is longer than the body of the method. Only used by calc, so can go into calc. foul monstrosity back
2011-11-11ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-43/+43
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-2/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-43/+43
2010-12-14Header comment for a struct.Kohei Yoshida1-0/+4
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power1-1/+1
2010-03-22CWS-TOOLING: integrate CWS koheicsvimportVladimir Glazunov1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-07-27#i3687# #i97416#: initial porting of patches from ooo-build.Kohei Yoshida1-1/+1
2009-05-18CWS-TOOLING: integrate CWS calcmultilineJens-Heiner Rechtien1-0/+14
2009-05-13 18:05:10 +0200 nn r271868 : CWS-TOOLING: rebase CWS calcmultiline to trunk@271830 (milestone: DEV300:m48) 2009-03-15 00:59:24 +0100 erack r269502 : #i100205# SYLK import/export: treat embedded double quotes and semicolons correctly; changes ID;PSCALC3 to ID;PCALCOOO32 due to incompatibility 2009-03-10 17:54:33 +0100 er r269286 : #i35913# multiline (newlines) as formula results; contributed by William S Fulton <wsfulton>
2008-04-10INTEGRATION: CWS changefileheader (1.13.192); FILE MERGEDRüdiger Timm1-34/+18
2008/04/01 15:30:55 thb 1.13.192.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.13.192.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.13.192.1: #i87441# Change license header to LPGL v3.
2007-08-20INTEGRATION: CWS calctextcol (1.12.210); FILE MERGEDIvo Hinkelmann1-5/+19
2007/08/07 11:28:55 tbe 1.12.210.2: #i4040 Convert text to columns 2007/07/31 14:58:32 tbe 1.12.210.1: #i4040 Convert text to columns
2006-10-18INTEGRATION: CWS calc39 (1.11.282); FILE MERGEDIvo Hinkelmann1-2/+16
2006/10/05 22:30:58 er 1.11.282.1: #i15509# invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard
2005-09-08INTEGRATION: CWS ooo19126 (1.10.196); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:05:30 rt 1.10.196.1: #i54170# Change license header: remove SISSL
2005-01-11INTEGRATION: CWS sb19 (1.9.118); FILE MERGEDRüdiger Timm1-7/+7
2004/10/27 07:31:55 mba 1.9.118.1: #110407#: remove static BaseURL
2004-06-17INTEGRATION: CWS ooo64bit01 (1.7.414); FILE MERGEDRüdiger Timm1-3/+7
2004/03/15 23:18:30 fa 1.7.414.1: First bits of 64-bitness. #i25651# & more
2004-06-04INTEGRATION: CWS rowlimit (1.7.322); FILE MERGEDOliver Bolte1-2/+6
2003/11/28 19:47:58 er 1.7.322.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
2001-11-14#94756# ScImportExport uses rtl::OUString also for ExportStringNiklas Nebel1-3/+3
2001-10-19#76689# skip filtered rows in clipboard as textNiklas Nebel1-2/+5
2001-09-07#90962# paste OUString instead of String from clipboard (not limited to 64k)Eike Rathke1-3/+3
2001-07-20#90052# HTML export with NonConvertibleCharsEike Rathke1-2/+5
2001-06-29TFD taskforce changesNiklas Nebel1-10/+2
2001-03-08change: old data transfer API to the newjp1-5/+10
2000-09-18initial importJens-Heiner Rechtien1-0/+183