summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
AgeCommit message (Collapse)Author
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
2014-06-25remove whitespaceMarkus Mohrhard
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-12sal_Bool->boolNoel Grandin
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
2014-02-12sal_Bool->boolNoel Grandin
Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
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-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
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 Yoshida
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 Yoshida
Again, this inheritance makes no sense.
2012-04-26Simplified the constructors.Kohei Yoshida
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida
This shared base class makes no sense. Let's keep it simple.
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.16.698); FILE MERGEDRüdiger Timm
2008/04/01 15:29:31 thb 1.16.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.16.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.16.698.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.15.192); FILE MERGEDRüdiger Timm
2005/09/05 15:00:45 rt 1.15.192.1: #i54170# Change license header: remove SISSL
2005-01-13INTEGRATION: CWS notesapi (1.14.160); FILE MERGEDKurt Zenker
2004/11/08 18:00:33 sab 1.14.160.1: #i36871#; implement new notes API
2004-06-04INTEGRATION: CWS rowlimit (1.13.310); FILE MERGEDOliver Bolte
2003/11/28 19:47:21 er 1.13.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
2002-03-21#95584#; add Preview support for AccessibilitySascha Ballach
2002-03-04#95584#; GetBroadcaster is a logical const methodSascha Ballach
2002-03-04#95584#; add Broadcaster supportSascha Ballach
2002-03-01#95584#; add ScAccessibilityEditSource for AccessibilitySascha Ballach
2002-02-25#96948# Rewrite due to calc requirementsThorsten Behrens
2002-02-11#96948# Interface adaptions for EditEngine accessibilityThorsten Behrens
2001-07-31#90142# share data for text in page headers / footersNiklas Nebel
2001-06-13#79771#; move the dirty flag to the CellTextDataSascha Ballach
2001-06-12#79771#; XActionLockable addedSascha Ballach
2001-06-07#79771# share EditEngine between child objects of cell textNiklas Nebel
2001-02-15fill EditEngine for header/footer edit source only if data changedNiklas Nebel
2001-01-18ScSimpleEditSourceNiklas Nebel
2000-09-18initial importJens-Heiner Rechtien