summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-16calc56: #i113139# various performance improvements for 1MB rows, especially ↵Eike Rathke [er]1-0/+1
with large hidden segments
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-06-02CWS-TOOLING: integrate CWS calcperf04Kurt Zenker1-1/+1
2009-04-23 12:47:25 +0200 er r271155 : CWS-TOOLING: rebase CWS calcperf04 to trunk@270723 (milestone: DEV300:m46) 2009-04-22 13:49:45 +0200 er r271104 : #i101254# performance area broadcasters: replace ::std::set with ::std::hash_set; have broadcaster slots per sheet instead of document wide lumps 2009-04-16 15:04:58 +0200 nn r270886 : #i101126# ScFormatRangeStyles::GetStyleNameIndex: pass row before which to remove 2009-04-16 11:26:33 +0200 nn r270874 : #i101126# ScUniqueCellFormatsObj: collect ranges without ScRangeList::Join 2009-04-15 15:07:34 +0200 er r270846 : merged #i95967# changesets 263482,263483 for performance testcases 2009-03-06 12:48:52 +0100 nn r268996 : #i99960# don't get null date from the model repeatedly 2009-03-06 12:47:21 +0100 nn r268995 : #i99959# don't use GetInputString in ScXMLExport::WriteCell 2009-03-03 17:30:25 +0100 er r268772 : #i99828# NextNewToken: some string handling optimization, i.e. less toUpper calls
2008-07-02INTEGRATION: CWS dr61 (1.29.16); FILE MERGEDRüdiger Timm1-3/+3
2008/05/19 12:24:04 dr 1.29.16.1: #i10000# removed remaining include guards
2008-04-10INTEGRATION: CWS changefileheader (1.28.88); FILE MERGEDRüdiger Timm1-36/+18
2008/04/01 15:30:28 thb 1.28.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.28.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.28.88.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS dr58_SRC680 (1.27.188); FILE MERGEDRüdiger Timm1-6/+2
2008/01/11 12:49:19 dr 1.27.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header
2007-02-27INTEGRATION: CWS calcwarnings (1.26.324); FILE MERGEDVladimir Glazounov1-5/+5
2006/12/13 10:30:16 nn 1.26.324.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.26.324.1: #i69284# warning-free: filter/xml, wntmsci10
2005-09-08INTEGRATION: CWS ooo19126 (1.25.98); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:03:26 rt 1.25.98.1: #i54170# Change license header: remove SISSL
2005-04-22INTEGRATION: CWS validationfix (1.24.20); FILE MERGEDOliver Bolte1-2/+3
2005/04/18 09:00:54 nn 1.24.20.1: #i47525# distinguish between macro-name and script-url for macros in validation
2005-03-23INTEGRATION: CWS calcuno01 (1.21.76); FILE MERGEDVladimir Glazounov1-5/+5
2004/10/13 12:42:07 sab 1.21.76.2: RESYNC: (1.21-1.23); FILE MERGED 2004/01/05 11:55:52 sab 1.21.76.1: #i22706#; improve API using
2004-07-13INTEGRATION: CWS oasis (1.22.16); FILE MERGEDRüdiger Timm1-3/+3
2004/07/07 08:47:38 sab 1.22.16.1: #i20153#; oasis changes
2004-06-04INTEGRATION: CWS rowlimit (1.21.74); FILE MERGEDOliver Bolte1-19/+19
2004/02/13 17:17:06 er 1.21.74.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32
2003-08-19INTEGRATION: CWS dr6 (1.20.68); FILE MERGEDHans-Joachim Lankenau1-5/+7
2003/07/18 15:54:18 sab 1.20.68.1: #i3653#; add ShowList property
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-2/+2
2002-02-08#65293#: constnessJens-Heiner Rechtien1-4/+4
2001-12-06#95346#; remove temporary stylename if it is in the listSascha Ballach1-3/+3
2001-08-03#90510#; use the new standard to export and import macrosSascha Ballach1-12/+56
2001-07-06#79771#; remove unneeded method parameterSascha Ballach1-3/+3
2001-05-30#79771#; optimize the search for a column or row style in AddRangeSascha Ballach1-4/+14
2001-05-29#79771#; some performance improvementsSascha Ballach1-4/+12
2001-05-18#79771#; fix a little bug in the performance optimationsSascha Ballach1-6/+3
2001-05-11make the export and import of default cell styles on columns and rows workSascha Ballach1-3/+7
2001-05-11export and import of default cell styles on rows and columns addedSascha Ballach1-7/+47
2001-04-18fix a little bug in the export if there is no content, but different styles ↵Sascha Ballach1-2/+3
of rows
2001-04-11cache the NumberformatSascha Ballach1-4/+6
2001-02-28all member bools take now only one bitSascha Ballach1-7/+7
2001-02-05remove stl/ in the includes of stl filesSascha Ballach1-4/+4
2001-01-11move some includes of the xmlexprt.hxx to the cxxSascha Ballach1-3/+3
2001-01-05one point overlooked, now it should workSascha Ballach1-2/+3
2001-01-05now the files should can compile under SolarisSascha Ballach1-2/+3
2000-12-18change from a vector to in this special cases faster listSascha Ballach1-7/+11
2000-11-16move the validations from the iterator to the cellstylesSascha Ballach1-6/+76
2000-11-10make modules of the xml exportSascha Ballach1-0/+159