summaryrefslogtreecommitdiffstats
path: root/editeng/source/misc
Commit message (Expand)AuthorAgeFilesLines
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-191-4/+0
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-5/+5
* tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn2016-12-051-3/+3
* Rewrite some (trivial) assignments inside if/while conditions: editengStephan Bergmann2016-11-291-2/+4
* extend markup support (/italic/ and -strikeout-)TiagoSantos2016-11-241-11/+29
* loplugin:oncevar in desktop..filterNoel Grandin2016-11-041-4/+1
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-311-9/+1
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-1/+1
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-271-3/+3
* loplugin:expandablemethodds in editeng..extensionsNoel Grandin2016-10-192-7/+3
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-16/+16
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-241-2/+2
* convert C_ constants to typed_flagsNoel Grandin2016-09-221-13/+18
* Resolves: tdf#83037 <--> corrected into ← → instead of ↔Caolán McNamara2016-09-211-7/+11
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-11/+11
* editeng: don't let wild-card auto-correct leave current wordMichael Stahl2016-09-021-0/+5
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann2016-08-301-1/+1
* loplugin:implicitboolconversionStephan Bergmann2016-08-301-1/+1
* Resolves: tdf#96369 don't superscript ordinals for mixed text and numbersCaolán McNamara2016-08-301-2/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-8/+8
* loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2016-08-251-4/+4
* convert SvxSpellArea to scoped enumNoel Grandin2016-08-151-7/+7
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-1/+1
* new loplugin overrideparamNoel Grandin2016-07-251-2/+2
* Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann2016-07-103-46/+6
* SvxGetOrCreatePosDic parameter is unusedStephan Bergmann2016-07-082-4/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-076-11/+11
* don't autocapitalize words that follow a field markCaolán McNamara2016-07-011-6/+12
* move #includes to top of fileNoel Grandin2016-06-291-2/+1
* Simplify some PutProperties callsStephan Bergmann2016-06-281-156/+117
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* Clean up uses of Any::getValue() in editengStephan Bergmann2016-06-131-47/+48
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-1/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+2
* fix bad index/assertion failure with line ending autocorrect patternsLászló Németh2016-05-211-2/+5
* Fix typosAndrea Gelmini2016-05-101-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-9/+3
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-30/+14
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-35/+33
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-4/+4
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-261-4/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-204-5/+5
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-12/+8
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* Avoid reserved identifierStephan Bergmann2016-04-061-5/+5
* Avoid reserved identifierStephan Bergmann2016-04-061-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-061-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-292-12/+12
* loplugin:constantfunction in editengNoel Grandin2016-03-182-9/+8