summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
AgeCommit message (Collapse)AuthorFilesLines
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-04-26Now I can store a reference in the edit source.Kohei Yoshida1-12/+6
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida1-17/+0
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida1-13/+11
The idea is to keep a reference to the ScHeaderFooterTextData instance in ScHeaderFooterTextObj which is the authoritative copy, instead of making copies of it everywhere. This way when the text is updated in ScHeaderFooterTextObj all the other places will see it too without needing to propagate the change.
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida1-4/+4
This removes lots of needless broadcasting, and makes the code a lot simpler. But it introduced a bug I need to look into...
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida1-35/+11
Again, this inheritance makes no sense.
2012-04-26Simplified the constructors.Kohei Yoshida1-6/+2
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida1-39/+19
This shared base class makes no sense. Let's keep it simple.
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-8/+8
2011-03-02Removed dead codeTakeshi Abe1-2/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-8/+8
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-2/+2
ScUnoGaurd provide a Guard wrapper around Application::GetSolarMutex(). This is now provided by the class SolarMutexGuard.
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
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-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-08#i107450#: build all other modules with new editeng libMathias Bauer1-5/+5
2009-12-12#i107450#: changes caused by header cleanup in svxMathias Bauer1-1/+1
2009-07-03CWS-TOOLING: integrate CWS dr70Release Engineers1-1/+2
2009-06-09 13:52:02 +0200 dr r272770 : #i101930# SXC import broken 2009-06-05 11:50:16 +0200 dr r272675 : #i10000# compiler warning 2009-06-05 11:24:39 +0200 dr r272674 : #i10000# compiler warning 2009-06-05 10:35:22 +0200 dr r272668 : #i10000# compiler warning 2009-06-04 16:53:32 +0200 dr r272646 : CWS-TOOLING: rebase CWS dr70 to trunk@272291 (milestone: DEV300:m49) 2009-06-04 14:50:45 +0200 dr r272633 : #i10000# compiler warning 2009-06-03 18:50:57 +0200 dr r272603 : #i101930# fix ODS export of uninit'ed notes, do not craete note captions in UpdatePendingRowHeights 2009-05-28 11:11:17 +0200 dr r272384 : #i101930# note captions must be created before changing row/column size 2009-05-27 15:48:44 +0200 iha r272356 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:46:44 +0200 iha r272355 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:06:58 +0200 iha r272349 : #i101928# superfluous paint calls while entering and editing charts 2009-05-27 15:01:08 +0200 iha r272348 : #i101928# superfluous paint calls while entering and editing charts 2009-05-26 14:43:39 +0200 dr r272303 : #i101930# import performance: invisible cell notes cache caption data 2009-05-22 18:44:19 +0200 dr r272205 : #i101930# preparations for uninitialized notes (performance), adapted ODF import filter 2009-05-14 19:50:43 +0200 dr r271918 : #i101930# 'recycle' the shapes already created while loading cell notes 2009-05-06 16:07:45 +0200 dr r271598 : #i100827# improve performance of HTML query filter, patch by mmeeks, slightly modified 2009-05-06 11:02:38 +0200 dr r271577 : #i100827# improve performance of HTML query filter, patch by mmeeks 2009-05-06 10:50:13 +0200 dr r271575 : #i86650# improve performance of HTML query filter 2009-05-05 10:09:44 +0200 nn r271502 : #i101428# better handling of non-existing view data 2009-04-29 16:42:57 +0200 nn r271384 : #i101428# after loading, update row heights per sheet on demand
2009-03-02CWS-TOOLING: integrate CWS dr66Oliver Bolte1-62/+19
2009-01-22 15:51:40 +0100 dr r266730 : #i98028# moved to CWS dr66 2009-01-22 15:50:28 +0100 dr r266729 : #i98028# moved to CWS dr66 2009-01-20 16:25:49 +0100 dr r266595 : #i98282# resolve palette colors while loading chart gradients (convert back to unx lineends...) 2009-01-20 16:23:19 +0100 dr r266594 : #i98282# resolve palette colors while loading chart gradients 2009-01-19 15:43:57 +0100 dr r266507 : #i97900# move fix to CWS dr66 2009-01-19 15:40:28 +0100 dr r266506 : #i97900# move fix to CWS dr66 2009-01-19 15:20:14 +0100 dr r266505 : #i98141# correctly update note position while switching LTR/RTL mode of sheet 2009-01-06 10:28:02 +0100 dr r265899 : CWS-TOOLING: rebase CWS dr66 to trunk@265758 (milestone: DEV300:m38) 2008-11-13 13:59:02 +0100 dr r263644 : #i10000# merge problems 2008-11-13 13:25:15 +0100 dr r263639 : #i10000# merge problems 2008-11-13 13:22:58 +0100 dr r263638 : #i10000# merge problems 2008-11-13 13:22:25 +0100 dr r263637 : #i10000# merge problems 2008-11-12 13:40:46 +0100 dr r263595 : #i10000# merge problem 2008-11-12 11:34:51 +0100 dr r263583 : CWS-TOOLING: rebase CWS dr66 to trunk@263288 (milestone: DEV300:m35) 2008-11-11 16:58:11 +0100 dr r263568 : CWS-TOOLING: rebase CWS dr66 to trunk@262087 (milestone: DEV300:m33) 2008-10-27 14:38:34 +0100 dr r262675 : migrate CWS dr66 to SVN
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-11/+1
2008-04-10INTEGRATION: CWS changefileheader (1.25.300); FILE MERGEDRüdiger Timm1-25/+18
2008/04/01 12:36:57 thb 1.25.300.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.25.300.1: #i87441# Change license header to LPGL v3.
2007-05-10INTEGRATION: CWS pchfix04 (1.23.104); FILE MERGEDKurt Zenker1-3/+3
2007/04/26 04:59:19 hjs 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/05 08:35:34 os 1.23.104.1: #i73604# usage of ITEMID_* removed
2007-02-27INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGEDVladimir Glazounov1-4/+4
2006/12/01 08:53:42 nn 1.23.110.1: #i69284# warning-free: ui, wntmsci10
2006-07-21INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGEDKurt Zenker1-6/+5
2006/07/12 10:02:56 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2005-09-08INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:08:54 rt 1.21.116.1: #i54170# Change license header: remove SISSL
2005-03-23INTEGRATION: CWS calcuno01 (1.18.312); FILE MERGEDVladimir Glazounov1-2/+2
2005/01/27 17:24:31 sab 1.18.312.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/13 13:49:11 sab 1.18.312.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:52:35 sab 1.18.312.1: #i22706#; improve API using
2005-01-13INTEGRATION: CWS notesapi (1.19.16); FILE MERGEDKurt Zenker1-8/+71
2004/12/01 16:22:43 sab 1.19.16.2: #i36871#; set document modified 2004/11/08 18:00:46 sab 1.19.16.1: #i36871#; implement new notes API
2004-09-08INTEGRATION: CWS dr12 (1.18.280); FILE MERGEDJens-Heiner Rechtien1-3/+3
2004/02/24 10:15:48 jmarmion 1.18.280.1: #i21255# text formatting for cell notes
2002-03-21#95584#; add Preview support for AccessibilitySascha Ballach1-12/+12
2002-03-04#95584#; GetBroadcaster is a logical const methodSascha Ballach1-3/+3
2002-03-04#95584#; add Broadcaster supportSascha Ballach1-2/+7
2002-03-01#95584#; make the Clone method workingSascha Ballach1-3/+3
2002-03-01#87576# sc does not use ITEMID defines out of svx (due to sc/inc/scitems.hxx).Rüdiger Timm1-2/+4
2002-03-01#95584#; add ScAccessibilityEditSource for AccessibilitySascha Ballach1-2/+51
2002-02-25#96948# Rewrite due to calc requirementsThorsten Behrens1-27/+2
2002-02-11#96948# Interface adaptions for EditEngine accessibilityThorsten Behrens1-2/+25
2001-07-31#90142# share data for text in page headers / footersNiklas Nebel1-92/+37
2001-06-13#79771#; move the dirty flag to the CellTextDataSascha Ballach1-17/+11
2001-06-12#79771#; XActionLockable addedSascha Ballach1-5/+21
2001-06-07#79771# share EditEngine between child objects of cell textNiklas Nebel1-119/+32
2001-06-01#78966# call FreezeIdRanges for edit engine poolNiklas Nebel1-7/+15
2001-02-15fill EditEngine for header/footer edit source only if data changedNiklas Nebel1-8/+44
2001-01-18ScSimpleEditSourceNiklas Nebel1-2/+31
2000-11-29#80688# FillEditItemSet instead of GetFont for headers/footers (3 fonts)Niklas Nebel1-5/+9
2000-09-21still no SetUpdateMode in ScCellEditSource::GetTextForwarderNiklas Nebel1-3/+3
2000-09-18initial importJens-Heiner Rechtien1-0/+400