summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-09-28n#775899 SwXText::convertToTextFrame fix for multi-paragraph tablesMiklos Vajna1-1/+3
2012-09-28n#775899 SwXText::convertToTextFrame fix removing fake paragraphMiklos Vajna1-1/+8
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-5/+5
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara1-0/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-23fdo#46482: prevent duplication of frames:Michael Stahl1-6/+0
2012-02-20n#695479 fix anchor handling in SwXText::convertToTextFrame()Miklos Vajna1-0/+27
2012-02-07SwXText::convertToTextFrame: pSartTableNode -> pStartTableNodeMiklos Vajna1-2/+2
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-5/+5
2011-12-19sw: avoid creating cursor with non-text node text range (fdo#40195)Noel Power1-0/+3
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-5/+5
2011-11-21sw, added a message to a thrown uno::RuntimeExceptionCédric Bosdonnat1-1/+2
2011-11-08Added some messages to exceptions to make them usable for debuggingCédric Bosdonnat1-2/+6
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+12
2011-08-16catch by const referenceCaolán McNamara1-13/+13
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara1-22/+19
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-9/+5
2011-05-17Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1Jacek Wolszczak1-2/+2
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-4/+4
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-9/+5
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-26/+32
2011-03-22CWS-TOOLING: integrate CWS sw34bf04Vladimir Glazunov1-9/+5
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-37/+31
2011-03-16CWS-TOOLING: integrate CWS swlayoutrefactoringobo1-3/+3
2011-03-14Remove dates from commentsThomas Arnhold1-3/+3
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-37/+31
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-8/+4
2011-03-11sw34bf04: merge DEV300_m102Michael Stahl1-26/+29
2011-03-11sw34bf04: #i117331#: fix SwXText::convertToTextFrame:Michael Stahl1-9/+5
2011-02-22add SolarMutexGuardDavid Tardon1-0/+2
2011-02-22WaE: unused variableDavid Tardon1-5/+0
2011-02-11sw34bf03: merge to-be-m100 DEV300_nextMichael Stahl1-37/+31
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-37/+31
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-27/+21
2011-02-07fix for bnc#655763Noel Power1-2/+11
2011-01-19Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-10/+10
2010-12-27RTL_CONSTASCII_USTRINGPARAMJulien Nabet1-1/+1
2010-12-20CWS swlayoutrefactoring: #i81480#: some bug fixes found in testingMathias Bauer1-2/+2
2010-12-17sw34bf03: SwXText::copyText(): lock solarmutexMichael Stahl1-26/+29
2010-12-17CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient messMathias Bauer1-1/+1
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl1-9/+4
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-1/+1
2010-11-25unodapi: #i114888#: sw: introduce sw::UndoGuard, sw::GroupUndoGuard, clean upMichael Stahl1-3/+1
2010-11-25unodapi: #i115383#: SwDoc:Michael Stahl1-22/+23
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud1-31/+31