summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
Change-Id: I85e8823e872bf53182ce90576225e462edb1930a
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida1-0/+2
Change-Id: I7cca5d459491fca782f24093dcdd7d0c1c69bdc9
2013-10-30don't update row height for csv import, fdo#69009Markus Mohrhard1-1/+1
Multiline cells are already updated and we can skip the other cells. Change-Id: I6690beeaad01543c12cb42247baec6fbc18aaa77
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-12/+12
Change-Id: I856c9b2a286da2fd41e88ec14c0a77bc3546b0c4
2013-10-03de-GetBuffer calcCaolán McNamara1-2/+2
Change-Id: I6bb013cc32d5b363dd08738543b1fb834d39f516
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin1-2/+2
Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke1-0/+2
Change-Id: Ib0eb044f009227c0aa6e1bc520905d605323c3db
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
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