summaryrefslogtreecommitdiffstats
path: root/sc/inc/editsrc.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-21/+21
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-6/+2
| | | | Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
* remove whitespaceMarkus Mohrhard2014-06-251-1/+0
| | | | Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-20/+20
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* sal_Bool->boolNoel Grandin2014-02-121-1/+1
| | | | Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
* sal_Bool->boolNoel Grandin2014-02-121-1/+1
| | | | Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea
* 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.
* Define interfance to get edit engine instance without ugly casting.Kohei Yoshida2012-04-261-6/+14
|
* Now I can store a reference in the edit source.Kohei Yoshida2012-04-261-3/+2
|
* Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida2012-04-261-15/+0
|
* Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida2012-04-261-3/+3
| | | | | | | | 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.
* Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida2012-04-261-1/+2
| | | | | This removes lots of needless broadcasting, and makes the code a lot simpler. But it introduced a bug I need to look into...
* Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida2012-04-261-28/+17
| | | | Again, this inheritance makes no sense.
* Simplified the constructors.Kohei Yoshida2012-04-261-2/+1
|
* No more ScSharedHeaderFooterEditSource.Kohei Yoshida2012-04-261-24/+10
| | | | This shared base class makes no sense. Let's keep it simple.
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+4
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-7/+7
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-6/+6
| |
* | add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+2
|/
* CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov2010-02-171-4/+1
|\
| * 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)
* | #i107450#: build all other modules with new editeng libMathias Bauer2010-01-081-1/+1
|/
* #i103496#: split svtools; improve ConfitItemsMathias Bauer2009-10-161-1/+1
|
* CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov2008-09-301-4/+1
|
* INTEGRATION: CWS changefileheader (1.16.698); FILE MERGEDRüdiger Timm2008-04-101-31/+18
| | | | | | 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.
* INTEGRATION: CWS ooo19126 (1.15.192); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:00:45 rt 1.15.192.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS notesapi (1.14.160); FILE MERGEDKurt Zenker2005-01-131-2/+4
| | | | 2004/11/08 18:00:33 sab 1.14.160.1: #i36871#; implement new notes API
* INTEGRATION: CWS rowlimit (1.13.310); FILE MERGEDOliver Bolte2004-06-041-4/+4
| | | | 2003/11/28 19:47:21 er 1.13.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
* #95584#; add Preview support for AccessibilitySascha Ballach2002-03-211-5/+5
|
* #95584#; GetBroadcaster is a logical const methodSascha Ballach2002-03-041-3/+3
|
* #95584#; add Broadcaster supportSascha Ballach2002-03-041-3/+4
|
* #95584#; add ScAccessibilityEditSource for AccessibilitySascha Ballach2002-03-011-2/+23
|
* #96948# Rewrite due to calc requirementsThorsten Behrens2002-02-251-10/+4
|
* #96948# Interface adaptions for EditEngine accessibilityThorsten Behrens2002-02-111-2/+12
|
* #90142# share data for text in page headers / footersNiklas Nebel2001-07-311-15/+25
|
* #79771#; move the dirty flag to the CellTextDataSascha Ballach2001-06-131-5/+3
|
* #79771#; XActionLockable addedSascha Ballach2001-06-121-2/+7
|
* #79771# share EditEngine between child objects of cell textNiklas Nebel2001-06-071-17/+25
|
* fill EditEngine for header/footer edit source only if data changedNiklas Nebel2001-02-151-2/+17
|
* ScSimpleEditSourceNiklas Nebel2001-01-181-2/+19
|
* initial importJens-Heiner Rechtien2000-09-181-0/+157