summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-06-13coverity#1362679 try and tell coverity these are non-null by restoring...Caolán McNamara1-15/+6
2016-06-13Revert "coverity#1362679 try and tell coverty these are non-null by restoring...Caolán McNamara1-6/+15
2016-06-13coverity#1362679 try and tell coverty these are non-null by restoring...Caolán McNamara1-15/+6
2016-06-13editeng: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-3/+15
2016-06-13Clean up uses of Any::getValue() in editengStephan Bergmann3-68/+66
2016-06-13editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2-2/+15
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin3-3/+4
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-10editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna4-2/+36
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin2-17/+17
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko3-12/+3
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2-3/+3
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-6/+8
2016-06-06remove some manual ref-countingNoel Grandin2-28/+8
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-9/+9
2016-06-01remove unused SID constants and associated codeNoel Grandin1-1/+0
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin4-22/+22
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl2-8/+8
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann2-2/+2
2016-05-30Convert FontRelief to scoped enumNoel Grandin5-13/+13
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-29bccu#1851 - CTRL+A in Writer comments shows selection at top-left cornerAshod Nakashian1-0/+49
2016-05-29bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian1-0/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin2-3/+3
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin4-11/+14
2016-05-26Convert TextDirectionality to scoped enumNoel Grandin1-3/+3
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl1-1/+0
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-25tdf#89329: use unique_ptr for pImpl in xmlcnitmXisco Fauli1-10/+8
2016-05-24Revert "remove some manual ref-counting"Noel Grandin2-8/+28
2016-05-24remove some manual ref-countingNoel Grandin2-28/+8
2016-05-21fix bad index/assertion failure with line ending autocorrect patternsLászló Németh1-2/+5
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke3-1/+21
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin4-20/+0
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin3-17/+17
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-2/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-15/+19
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin5-36/+39
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin6-33/+35
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin6-12/+12
2016-05-08Translate German commentJulien Nabet1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann2-32/+15
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-35/+33
2016-05-01Replace '||' with '&&'Rosemary Sebastian1-1/+1