summaryrefslogtreecommitdiffstats
path: root/sw/inc/undobj.hxx
Commit message (Expand)AuthorAgeFilesLines
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-18/+18
* Related: #i123480# correct the previous made refactoringOliver-Rainer Wittmann2014-03-041-1/+1
* sal_Bool to boolMatteo Casalin2014-03-021-16/+16
* -Werror,-Wunused-parameterStephan Bergmann2014-02-281-1/+1
* Remove visual noise from swAlexander Wilms2014-02-271-5/+0
* Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara2014-01-151-6/+6
* fixincludeguards.sh: swThomas Arnhold2013-11-051-2/+2
* convert sw/inc/undobj.hxx from String to OUStringNoel Grandin2013-09-191-1/+1
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+2
* SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl2012-12-201-4/+4
* SwUndoInserts should not use a SwPosition:Michael Stahl2012-12-201-1/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-11-301-23/+14
* Convert pFrmFmts member from Svptrarr to std::vectorNoel Grandin2012-06-251-1/+1
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-2/+2
* Translation of German comments.Christoph Herzog2011-04-251-27/+28
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks2011-03-141-1616/+85
|\
| * removetooltypes01: #i112600# adjust rebase in swMikhail Voytenko2011-02-071-3/+3
| * removetooltypes01: Rebase to DEV300m99Carsten Driesner2011-02-071-1633/+49
| |\
| | * undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl2010-12-151-1661/+3
| | * undoapi: #i115383#: replace SwUndos with STL vectorMichael Stahl2010-12-151-4/+8
| | * undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl2010-12-151-256/+344
| | * undoapi: #i115383#: remove SwUndo::SetId(), make SwUndo::m_nId constMichael Stahl2010-12-151-5/+3
| | * undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx()Michael Stahl2010-12-151-1/+0
| | * undoapi: #i115383#: replace SwUndo->GetId() + static_cast with dynamic_cast:Michael Stahl2010-12-151-2/+4
| | * undoapi: #i115383#: remove SwUndoIter::pLastUndoObj:Michael Stahl2010-12-151-3/+1
| | * undoapi: #i115383#: remove SwUndoIter::bUpdateAttr:Michael Stahl2010-12-151-3/+0
| | * undoapi: #i115383#: clean up SwUndoReplace:Michael Stahl2010-12-151-18/+12
| | * undoapi: #i115383#: remove SwRewriter from SwUndoStart/SwUndoEnd:Michael Stahl2010-12-151-8/+2
| | * undoapi: stuff in sw/source/ui should not include undobj.hxxMichael Stahl2010-12-151-3/+0
| | * unodapi: #i115383#: new sw::UndoManager:Michael Stahl2010-11-251-2/+5
| * | removetooltypes01: #i112600# Remove tools types from swCarsten Driesner2011-01-171-233/+233
| |/
* | Remove last traces of SvBools from swNigel Hawkins2011-02-221-1/+0
* | Remove use of SvBools in undobj.hxx and undtbl.cxxNigel Hawkins2011-02-211-1/+1
* | Remove last traces of SvBytes and SvShorts in swNigel Hawkins2011-02-101-1/+0
* | Replace std::pair with more descriptive names in SwUndoDelNumNigel Hawkins2011-02-081-3/+7
* | Get rid of SvBytes/SvSvULongs in SwUndoDelNum.Andrey Turkin2011-02-081-2/+2
* | reduce the amount of __cxa_atexit activityCaolán McNamara2011-01-161-3/+3
* | fix breakage introduce by commit 13de34e027fa2768a1e40962f1ef2b056d91054aNorbert Thiebaud2010-11-011-1/+1
* | Bogus comments, commented lines removed, some german comments translated.Robert Roth2010-11-011-77/+13
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
|/
* cws sw33bf08: #i113584#, #i113587# transliteration fixedThomas Lange [tl]2010-08-171-4/+2
* rebase to m80os2010-06-041-105/+36
|\
| * odfmetadata4: remove obsolete macros OUT_HSTR_HINT and OUT_UNDOBJMichael Stahl2010-03-161-55/+1
| * odfmetadata4: #i109599#: clean up SwUndoChgSection, and move it to unsect.cxxMichael Stahl2010-03-161-13/+2
| * odfmetadata4: #i109599#: clean up SwUndoDelSection, and move it to unsect.cxxMichael Stahl2010-03-161-13/+1
| * odfmetadata4: #i109599#: clean up SwUndoInsSectionMichael Stahl2010-03-161-22/+26
| * odfmetadata4: #i109599#: remove SwSection::operator=():Michael Stahl2010-03-161-5/+5
| * odfmetadata4: #i109600#: refactor insertion of TOX:Michael Stahl2010-03-161-2/+5
* | rebase to m76os2010-04-211-4/+1
|\|