summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoparagraph.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-20fix SwIndexReg::~SwIndexReg assert in fdo68332-2.docxCaolán McNamara1-5/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-22SwXParagraph::Impl::GetTxtNode: fix indenetationMiklos Vajna1-1/+1
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl1-13/+24
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-5/+0
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-45/+222
2014-06-01OUString: avoid unnecessary conversions and buffersMatteo Casalin1-22/+11
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-6/+6
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-6/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-3/+0
2014-03-31coverity#1194933 Uncaught exceptionCaolán McNamara1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-38/+38
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann1-6/+6
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan1-4/+4
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza1-2/+2
2013-09-19convert sw/inc/unoicrsrhelper.hxx from String to OUStringNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+8
2013-03-22implement part of XMultiPropertySet on SwXTextCursor.Michael Meeks1-0/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-14/+14
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-2/+2
2013-02-03sw: replace SwEventListenerContainer in SwXParagraphMichael Stahl1-19/+15
2013-02-03sw: replace SwEventListenerContainer in SwXTextPortionMichael Stahl1-0/+1
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna1-2/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-24sal_Bool to boolTakeshi Abe1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-10-07sal_Bool to boolTakeshi Abe1-1/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-1/+1
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-2/+0
2012-01-07catch exception by constant referenceTakeshi Abe1-2/+2
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-13/+13
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-06-14Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins1-4/+4