summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-07-15new loplugin unnecessary overrideNoel Grandin4-17/+1
2016-07-13tdf#100880 editeng spellchecking doesn't work sometimes...Caolán McNamara1-3/+3
2016-07-13Revert "bccu#1781: Impress/Comments - selection not updated on delete"Caolán McNamara1-1/+0
2016-07-11Fix typosAndrea Gelmini1-1/+1
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann7-54/+14
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara1-5/+2
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2-3/+3
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann3-5/+3
2016-07-08loplugin:redundantcast: redundant static_casts in editengStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann17-27/+27
2016-07-04tdf#100734: Update bullet of paragraph on UNDOMike Kaganski1-0/+2
2016-07-01don't autocapitalize words that follow a field markCaolán McNamara2-6/+34
2016-06-29move #includes to top of fileNoel Grandin1-2/+1
2016-06-28Simplify some PutProperties callsStephan Bergmann1-156/+117
2016-06-27[API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos1-1/+32
2016-06-24loplugin:singlevalfields in editengNoel Grandin3-5/+0
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-17/+17
2016-06-22Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna4-33/+1
2016-06-21fix DBG_ASSERT condition to match messageNoel Grandin1-1/+1
2016-06-21improve error messageNoel Grandin1-1/+1
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna2-28/+6
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