summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "coverity#1362679 try and tell coverty these are non-null by restoring...Caolán McNamara2016-06-131-6/+15
* coverity#1362679 try and tell coverty these are non-null by restoring...Caolán McNamara2016-06-131-15/+6
* editeng: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna2016-06-131-3/+15
* Clean up uses of Any::getValue() in editengStephan Bergmann2016-06-133-68/+66
* editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2016-06-132-2/+15
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-123-3/+4
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-06-121-1/+1
* editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna2016-06-104-2/+36
* Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin2016-06-102-17/+17
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-093-12/+3
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-082-3/+3
* 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