summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-062-6/+8
* remove some manual ref-countingNoel Grandin2016-06-062-28/+8
* tdf#96099 Remove sfx std::shared_ptr typedefsMark Page2016-06-041-1/+1
* Convert ComplexTextLayoutMode to scoped enumNoel Grandin2016-06-032-9/+9
* remove unused SID constants and associated codeNoel Grandin2016-06-011-1/+0
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-1/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-314-22/+22
* editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl2016-05-302-8/+8
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-302-2/+2
* Convert FontRelief to scoped enumNoel Grandin2016-05-305-13/+13
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* bccu#1851 - CTRL+A in Writer comments shows selection at top-left cornerAshod Nakashian2016-05-291-0/+49
* bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian2016-05-291-0/+1
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-272-3/+3
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-274-11/+14
* Convert TextDirectionality to scoped enumNoel Grandin2016-05-261-3/+3
* sw: replace boost::shared_array with std::shared_ptrMichael Stahl2016-05-251-1/+0
* Fix typosAndrea Gelmini2016-05-251-1/+1
* tdf#89329: use unique_ptr for pImpl in xmlcnitmXisco Fauli2016-05-251-10/+8
* Revert "remove some manual ref-counting"Noel Grandin2016-05-242-8/+28
* remove some manual ref-countingNoel Grandin2016-05-242-28/+8
* fix bad index/assertion failure with line ending autocorrect patternsLászló Németh2016-05-211-2/+5
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke2016-05-183-1/+21
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-184-20/+0
* convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin2016-05-113-17/+17
* Fix typosAndrea Gelmini2016-05-101-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-102-2/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-105-15/+19
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-095-36/+39
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-096-33/+35
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-096-12/+12
* Translate German commentJulien Nabet2016-05-081-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-042-32/+15
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-35/+33
* Replace '||' with '&&'Rosemary Sebastian2016-05-011-1/+1
* Fix typo in codeAndrea Gelmini2016-05-012-3/+3
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-5/+0
* todo odd warnings being printedMichael Stahl2016-04-271-0/+1
* -Werror,-WvarargsStephan Bergmann2016-04-272-5/+5
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-6/+6
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-2618-103/+88
* new plugin stylepoliceNoel Grandin2016-04-211-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2013-31/+31
* Use IsRightToLeft()Stephan Bergmann2016-04-202-7/+5
* So this is apparently about right-to-left levels, not a boolean flagStephan Bergmann2016-04-194-21/+21
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-183-22/+16
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0