summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-10Remove unused include statementsThomas Arnhold1-19/+0
Change-Id: I2ff5fcfae2b9b638e0b39450fbedd77b111ec67c
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold1-1/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2011-12-06Use configmgr directly in SvxAsianConfig.Stephan Bergmann1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-15Cleaned up ScDocShell a bit.Kohei Yoshida1-2/+2
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks1-2/+2
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-08-29Rename class XColorTable to XColorListJoseph Powers1-1/+1
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-05-20adjust for modified singletonCaolán McNamara1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-8/+8
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-8/+8
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara1-1/+1
2010-12-11cleaning of __EXPORT defineGert Faller1-3/+3
2010-11-21removing dead code in calc docshellPierre-André Jacquod1-33/+0
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud1-3/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-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>
2010-06-04calc55: #i112123# when loading, don't initialize StdPrecision in DocOptions ↵Niklas Nebel1-1/+1
from configuration
2010-02-26npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill ↵npower Developer1-0/+2
you go into vbamode in basic )
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
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)
2010-01-13#i107450#: move more code out of svxMathias Bauer1-1/+1
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-3/+3
2009-12-05merge to m67Mathias Bauer1-1/+23
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-1/+1
2009-09-30add some commentsNoel Power1-0/+11
2009-09-29tweak VBAGlobals creation/insertion, also restore overwritten visibilityNoel Power1-1/+12
controls bits to moved ( erm delete and created in another director ) file. Add missing bits to enable Application.Quit and use preprocessor to include some uncompiled code
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-52/+1
2008-04-10INTEGRATION: CWS changefileheader (1.24.96); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 15:30:42 thb 1.24.96.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.24.96.1: #i87441# Change license header to LPGL v3.
2008-01-10INTEGRATION: CWS xmlfilter02 (1.22.18); FILE MERGEDOliver Bolte1-4/+4
2007/05/29 14:19:39 dr 1.22.18.2: RESYNC: (1.22-1.23); FILE MERGED 2007/03/20 12:46:47 tbe 1.22.18.1: #i74668# missing property to suppress default sheets
2007-05-10INTEGRATION: CWS pchfix04 (1.21.34); FILE MERGEDKurt Zenker1-9/+9
2007/04/26 05:03:50 hjs 1.21.34.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/05 08:35:30 os 1.21.34.1: #i73604# usage of ITEMID_* removed
2007-02-27INTEGRATION: CWS calcwarnings (1.20.2); FILE MERGEDVladimir Glazounov1-3/+3
2007/02/19 16:04:12 nn 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/01 08:53:26 nn 1.20.2.1: #i69284# warning-free: ui, wntmsci10
2006-12-19INTEGRATION: CWS autokerning (1.19.70); FILE MERGEDIvo Hinkelmann1-2/+4
2006/10/06 09:59:48 nn 1.19.70.1: #i16874# enable pair kerning as drawing layer default in new documents
2006-11-22INTEGRATION: CWS asyncdialogs (1.17.122); FILE MERGEDVladimir Glazounov1-6/+7
2006/08/30 15:40:22 pb 1.17.122.4: RESYNC: (1.18-1.19); FILE MERGED 2006/06/01 05:24:11 pb 1.17.122.3: fix: #i57125# pFontList moved to pImpl 2006/05/31 13:56:52 pb 1.17.122.2: RESYNC: (1.17-1.18); FILE MERGED 2006/03/01 09:47:41 pb 1.17.122.1: fix: #i57125# use DocShell_Impl*
2006-07-21INTEGRATION: CWS pchfix01 (1.18.58); FILE MERGEDKurt Zenker1-6/+5
2006/07/12 10:02:32 kaib 1.18.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2006-05-04INTEGRATION: CWS perform07 (1.17.52); FILE MERGEDRüdiger Timm1-6/+7
2005/11/08 16:09:52 mt 1.17.52.1: #i57182# No printer in startup...
2005-09-08INTEGRATION: CWS ooo19126 (1.16.326); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:04:30 rt 1.16.326.1: #i54170# Change license header: remove SISSL
2004-10-04INTEGRATION: CWS mav09 (1.14.82); FILE MERGEDKurt Zenker1-17/+10
2004/07/15 10:41:08 mba 1.14.82.4: #i27773#: cleaning up todos 2004/07/09 02:27:39 mav 1.14.82.3: RESYNC: (1.14-1.15); FILE MERGED 2004/05/16 17:26:39 mba 1.14.82.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:41 mba 1.14.82.1: #i27773#: remove so3
2004-06-04INTEGRATION: CWS rowlimit (1.13.324); FILE MERGEDOliver Bolte1-5/+5
2004/02/25 01:17:52 er 1.13.324.3: #i1967# type correctness 2004/02/11 13:58:28 er 1.13.324.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/14 15:50:08 er 1.13.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
2004-02-03INTEGRATION: CWS dialogdiet (1.13.318); FILE MERGEDJens-Heiner Rechtien1-5/+4
2003/11/28 15:31:44 mba 1.13.318.1: #i22972#: access to StandardColorTable moved to svx
2001-10-19#87976# support setting for asian punctuation kerningNiklas Nebel1-24/+35
2001-10-04#92722# name from InfoObject must be compared to GetPersistNameNiklas Nebel1-3/+5
2001-08-20#90292# InitNew: call InitOptions before CreateStandardStylesNiklas Nebel1-3/+5
2001-08-01#90434#; use the new macro for the authorSascha Ballach1-4/+4
2001-07-27#90352# profiling callsNiklas Nebel1-2/+7
2001-07-23#80365#; new methods to distinguish between document lock and paint lock addedSascha Ballach1-2/+4
2001-06-25#87795# support CJK character compressionNiklas Nebel1-2/+9
2001-05-14removed some old definesNiklas Nebel1-242/+2
2001-04-20#85250# removed unnecessary GetStorage call in InitNewNiklas Nebel1-5/+2
2001-04-06#85721# store forbidden characters with documentNiklas Nebel1-2/+32
2001-02-08#83571# InitItems: use global color tableNiklas Nebel1-4/+5