summaryrefslogtreecommitdiffstats
path: root/sc/inc/undorangename.hxx
Commit message (Collapse)AuthorAgeFilesLines
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-10/+10
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-2/+2
| | | | | | | Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed Reviewed-on: https://gerrit.libreoffice.org/4733 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
|
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-7/+7
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-2/+2
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* ptr_map does not need a pointer as template argumentMarkus Mohrhard2011-12-031-1/+1
| | | | | I don't understand why c++ did not complain about it but it resulted in really strange crashs
* ManageNames: add undo to Define Names dialogMarkus Mohrhard2011-11-231-0/+19
|
* ManageNames: make global undo work again with dialogMarkus Mohrhard2011-11-231-9/+6
|
* add modelinesCaolán McNamara2011-09-291-0/+3
|
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
* Common part into an own method.Kohei Yoshida2011-03-151-0/+1
|
* Hopefully implemented the undo part, plus lazy-init the global range name.Kohei Yoshida2011-03-151-0/+2
| | | | | | Went through the code to make sure we check for NULL pointer before doing anything with the global range name instance. Calling GetRangeName() initializes the range name instance on-demand.
* Added skeleton for undo of all range names, global and local.Kohei Yoshida2011-03-151-0/+63