summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2011-01-06undoapi: merge after pulling CWS sb135Frank Schoenheit [fs]
2011-01-05sb135: recreated tests that had erroneously been deleted by CWS gnumake2sb
2011-01-03sb135: merged in DEV300_m96sb
2010-12-23undoapi: make compile with GCCFrank Schoenheit [fs]
2010-12-23undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]
2010-12-17CWS-TOOLING: integrate CWS sb131Hans-Joachim Lankenau
2010-12-17CWS-TOOLING: integrate CWS mib19Hans-Joachim Lankenau
2010-12-17CWS-TOOLING: integrate CWS gnumake2Hans-Joachim Lankenau
2010-12-17undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORTFrank Schoenheit [fs]
2010-12-17undoapi: MSVC WaEFrank Schoenheit [fs]
2010-12-16undoapi: merged DEV300m95Frank Schoenheit [fs]
2010-12-15undoapi: UndoCore.hxx: split out UndoSection.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoSplitMove.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoDelete.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoInsert.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoOverwrite.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoSort.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoBookmark.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoAttribute.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoRedline.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoNumbering.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoDraw.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoTable.hxxMichael Stahl
2010-12-15undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl
2010-12-15undoapi: #i115383#: replace SwUndos with STL vectorMichael Stahl
2010-12-15undoapi: #i115383#: SwDoc calls SfxObjectShell::SetUndoManager()Michael Stahl
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl
2010-12-15undoapi: #i115383#: Undo should be disabled at beginning of ~SwDocMichael Stahl
2010-12-15undoapi: #i115383#: inserting string via API should disable group UndoMichael Stahl
2010-12-15undoapi: #i115383#: remove IDocumentUndoRedo::HasTooManyUndos():Michael Stahl
2010-12-15undoapi: #i115383#: remove RemoveLastUndo() from IDocumentUndoRedoMichael Stahl
2010-12-15undoapi: #i115383#: change return type of GetLastUndoInfo() to bool:Michael Stahl
2010-12-15undoapi: #i115383#: change return type of GetFirstRedoInfo() to bool:Michael Stahl
2010-12-15undoapi: #i115383#: remove SwUndo::SetId(), make SwUndo::m_nId constMichael Stahl
2010-12-15undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx()Michael Stahl
2010-12-15undoapi: #i115383#: replace SwUndo->GetId() + static_cast with dynamic_cast:Michael Stahl
2010-12-15undoapi: #i115383#: ensure that AppendUndo is only called when Undo is enabled:Michael Stahl
2010-12-15undoapi: #i115383#: remove unnecessary UndoGuards:Michael Stahl
2010-12-15undoapi: #i115383#: move sw::UndoGuard in SwDoc::SetFlyFrmAnchor():Michael Stahl
2010-12-15undoapi: #i115383#: move sw::UndoGuard in SwDoc::InsertDrawLabel():Michael Stahl
2010-12-15undoapi: #i115383#: move sw::UndoGuard in SwDoc::InsertLabel():Michael Stahl
2010-12-15undoapi: #i114888#: move sw::UndoGuards:Michael Stahl
2010-12-15undoapi: #i115383#: remove SwUndoIter::pLastUndoObj:Michael Stahl
2010-12-15undoapi: #i115383#: remove SwUndoIter::bUpdateAttr:Michael Stahl
2010-12-15undoapi: #i115383#: clean up SwUndoReplace:Michael Stahl
2010-12-15undoapi: #i115383#: remove SwRewriter from SwUndoStart/SwUndoEnd:Michael Stahl
2010-12-15undoapi: #i115383#: split up IDocumentUndoRedo::Get{Undo,Redo}Ids():Michael Stahl
2010-12-15undoapi: #i115383#: new IShellCursorSupplier, implemented by SwCrsrShellMichael Stahl
2010-12-15undoapi: SwNodes: remove obsolete operator[](SwNodeIndex&)Michael Stahl
2010-12-15undoapi: SwDoc: replace SwNodes member with pointer, remove ndarr.hxx includeMichael Stahl