summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlconti.cxx
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanup in scMarkus Mohrhard2014-04-061-2/+0
| | | | Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-2/+2
| | | | | | | | | Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-7/+7
| | | | | | | | 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
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-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.
* Remove superfluous include commentsThomas Arnhold2012-06-091-5/+0
| | | | Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-3/+3
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-3/+3
| |
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+3
|/ | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.9.330); FILE MERGEDRüdiger Timm2008-04-101-27/+18
| | | | | 2008/04/01 15:30:30 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.9.330.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGEDVladimir Glazounov2007-02-271-5/+5
| | | | | 2006/12/13 10:30:17 nn 1.8.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:18 nn 1.8.110.1: #i69284# warning-free: filter/xml, wntmsci10
* INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGEDKurt Zenker2006-07-211-6/+5
| | | | 2006/07/12 10:02:10 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
* INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:03:34 rt 1.6.116.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS calcuno01 (1.5.332); FILE MERGEDVladimir Glazounov2005-03-231-6/+6
| | | | 2004/01/05 11:56:45 sab 1.5.332.1: #i22706#; improve API using
* #90255#; remove xmlkywd.hxxSascha Ballach2001-07-261-5/+9
|
* changes for udk212Niklas Nebel2001-03-161-4/+4
|
* now the element text:s can be importedSascha Ballach2001-01-151-17/+28
|
* Import Content Validations addedSascha Ballach2000-10-111-15/+7
|
* initial importJens-Heiner Rechtien2000-09-181-0/+139