summaryrefslogtreecommitdiff
path: root/editeng/source/misc
AgeCommit message (Expand)Author
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-15coverity#3148472 Unused valueCaolán McNamara
2016-01-15editeng: coverity#1348472 unused value AddNonBrkSpaceMichael Stahl
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-23loplugin:unusedfields in /includeNoel Grandin
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