summaryrefslogtreecommitdiff
path: root/editeng/source/misc
AgeCommit message (Expand)Author
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23get rid of erroneous 0x7ff language maskCaolán McNamara
2015-10-23more tdf#76964 fall back to primary language via getLanguageCaolán McNamara
2015-10-23Resolves: tdf#76964 fall back to primary language via getLanguageCaolán McNamara
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Reduce variable scopeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-13Also get rid of :: prefix for cssTor Lillqvist
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-17editeng: pointless codeMichael Stahl
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-29remove custom RTTI from SvxAutoCorrectNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-09cppcheck: unreadVariableCaolán McNamara
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26unbreak calc againMarkus Mohrhard
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
2015-05-25AutoCorrect: direct replacement of keywords surrounded by colonsLászló Németh
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-07SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks