summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/acmplwrd.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-03-23loplugin:loopvartoosmallStephan Bergmann1-3/+5
2016-12-09loplugin:unnecessaryoverrideTor Lillqvist1-0/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-08loplugin:constantparam in swNoel Grandin1-4/+4
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-3/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+1
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-12loplugin: cstylecastNoel Grandin1-3/+3
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-05-07coverity#735892 Unchecked dynamic_castMiklos Vajna1-3/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-10-15convert sw/source/ui/docvw/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-10-15convert sw/inc/acmplwrd.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-02whitespace work in sw/source/core/doc/Philipp Riemer1-1/+0
2013-09-11convert include/editeng/swafopt.hxx from String to OUStringNoel Grandin1-1/+1
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl1-8/+10
2013-06-04fdo#61923: sw: word completion: do not add trailing '.'Michael Stahl1-1/+1
2013-04-23fdo#62643 sw: fix autocomplate wrt. adding to a partially finished wordMiklos Vajna1-34/+2
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-6/+10
2012-12-20incorrect if/for body alignmentLuboš Luňák1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-16sal_Bool to boolTakeshi Abe1-1/+1
2012-10-07sal_Bool to boolTakeshi Abe1-3/+3
2012-09-02Improved usage of the auto-complete tree structure.Nico Weyand1-5/+39
2012-07-30First step to change sorted vector with LookupTree for word autocompletion.Tomaž Vajngerl1-16/+17
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl1-2/+1
2012-07-25remove typedef StringPtrMichael Stahl1-1/+1
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl1-39/+45
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl1-1/+4