summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/acmplwrd.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin1-21/+21
2012-07-04fix previous STL conversion commit:Michael Stahl1-3/+2
2012-07-04Convert Svptrarr to std::deque<SwAutoCompleteString*>Noel Grandin1-59/+50
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-11/+11
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-10-27Translate German commentsPhilipp Weissenbacher1-18/+14
2011-05-20return by ref instead of pointerCaolán McNamara1-1/+1