summaryrefslogtreecommitdiffstats
path: root/sw/source/core/doc/doc.cxx
Commit message (Expand)AuthorAgeFilesLines
* sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabledMichael Meeks2012-05-151-8/+5
* Revert "sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabled"Michael Meeks2012-05-141-5/+8
* sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabledMichael Meeks2012-05-141-8/+5
* n#750258: removed strange non-wrapping conditionCédric Bosdonnat2012-03-221-1/+0
* remove include of pch header from swNorbert Thiebaud2011-11-271-2/+0
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-1/+2
* fdo#42534: SwRootFrm: clear SwLayouter in dtorCaolán McNamara2011-11-181-1/+10
* n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat2011-11-121-0/+5
* Translate German commentsPhilipp Weissenbacher2011-11-041-79/+67
* simplify determination of pages to printIvan Timofeev2011-11-021-80/+15
* n#693238: fixed docx import of tabs set after the end marginCédric Bosdonnat2011-11-021-0/+5
* SwRenderData: fix regression:Michael Stahl2011-10-281-2/+3
* SwRenderData: fix assertion:Michael Stahl2011-10-281-1/+1
* rhbz#680365: SwRenderData: do not store SwPageFrm*Michael Stahl2011-10-281-77/+22
* always explicitly handle empty string of rangesIvan Timofeev2011-10-241-2/+4
* bah, why did I change it away from sizeCaolán McNamara2011-09-201-1/+1
* Fix for fdo#35513: avoid crash while processing incorrect range of pagesIvan Timofeev2011-09-201-0/+3
* Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini2011-08-231-23/+31
* Replace SvULongs with std::vector in mvsave.hxxNigel Hawkins2011-06-151-2/+2
* compatibility option for old size of small caps (bnc#691473)Luboš Luňák2011-05-201-0/+5
* REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak2011-05-091-15/+15
* Resolving fdo#36931 : Load non blank chars from XML and check it's value.Arnaud Versini2011-05-091-1/+1
* Remove PM2 macro usageFrancois Tigeot2011-04-221-1/+1
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-115/+57
|\
| * CWS swlayoutrefactoring: fix merge conflictsMathias Bauer2011-02-091-32/+3
| * CWS swlayoutrefactoring: resync to m100Mathias Bauer2011-02-091-175/+222
| |\
| * \ CWS swlayoutrefactoring: resync to m96, no conflict resolutionMathias Bauer2010-12-211-44/+101
| |\ \
| * | | CWS swlayoutrefactoring: #i115510#: use boost::noncopyable for SwClient; move...Mathias Bauer2010-12-211-2/+2
| * | | CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient messMathias Bauer2010-12-171-36/+15
| * | | CWS swlayoutrefactoring: resolve conflicts after resync to m91Mathias Bauer2010-11-021-35/+0
| * | | CWS swlayoutrefactoring: resync to m91Mathias Bauer2010-11-011-1/+60
| |\ \ \
| * \ \ \ CWS swlayoutrefactoring: resync to m82Mathias Bauer2010-06-131-0/+10
| |\ \ \ \
| * | | | | CWS swlayoutrefactoring: #i81480#: enable sw code to use multiple layoutsMathias Bauer2010-06-131-75/+40
* | | | | | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-205/+275
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks2011-03-141-205/+275
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | removetooltypes01: Rebase to DEV300m99Carsten Driesner2011-02-071-66/+82
| | |\ \ \ \ \
| | | * \ \ \ \ CWS-TOOLING: integrate CWS undoapiVladimir Glazunov2011-01-281-55/+57
| | | |\ \ \ \ \
| | | | * | | | | undoapi: UndoCore.hxx: split out UndoSplitMove.hxxMichael Stahl2010-12-151-0/+1
| | | | * | | | | undoapi: UndoCore.hxx: split out UndoInsert.hxxMichael Stahl2010-12-151-0/+1
| | | | * | | | | undoapi: UndoCore.hxx: split out UndoTable.hxxMichael Stahl2010-12-151-0/+1
| | | | * | | | | undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl2010-12-151-1/+1
| | | | * | | | | undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl2010-12-151-7/+1
| | | | * | | | | undoapi: #i115383#: change return type of GetLastUndoInfo() to bool:Michael Stahl2010-12-151-2/+3
| | | | * | | | | undoapi: #i115383#: replace SwUndo->GetId() + static_cast with dynamic_cast:Michael Stahl2010-12-151-15/+4
| | | | * | | | | undoapi: #i115383#: split up IDocumentUndoRedo::Get{Undo,Redo}Ids():Michael Stahl2010-12-151-1/+1
| | | | * | | | | undoapi: SwNodes: remove obsolete operator[](SwNodeIndex&)Michael Stahl2010-12-151-4/+2
| | | | * | | | | unodapi: #i115383#: move RemoveInvisibleContent() from UndoManager to SwDoc.Michael Stahl2010-11-251-2/+22
| | | | * | | | | unodapi: #i115383#: IDocumentUndoRedo: clean up unmodified position:Michael Stahl2010-11-251-1/+1
| | | | * | | | | unodapi: #i114888#: sw: clean up some more, using sw::UndoGuard.Michael Stahl2010-11-251-3/+1
| | | | * | | | | unodapi: #i115383#: clean up ClearRedo() usage:Michael Stahl2010-11-251-3/+1