summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-03-18loplugin:constantfunction in editengNoel Grandin11-18/+11
2016-03-15loplugin:constantparamNoel Grandin1-3/+3
2016-03-10coverity#1355507 uninitialized scalar fieldCaolán McNamara2-4/+7
2016-03-10loplugin:constantparam in editengNoel Grandin1-1/+1
2016-03-07loplugin:write only fieldsNoel Grandin3-8/+4
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin4-7/+5
2016-03-06bIsExpanding is unusedCaolán McNamara1-1/+0
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin11-30/+24
2016-02-23new loplugin: commaoperatorNoel Grandin2-7/+14
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna2-2/+2
2016-02-18Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna1-2/+2
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann1-54/+10
2016-02-09Remove excess newlinesChris Sherlock20-42/+0
2016-02-08Fix typosAndrea Gelmini1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+1
2016-02-02tdf#84843 Stop using PseudoSlots for drawing slotsMaxim Monastirsky1-20/+0
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-6/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-22new loplugin sfxpoolitemNoel Grandin1-0/+1
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2-3/+0
2016-01-22loplugin:overrideStephan Bergmann1-1/+1
2016-01-21tdf#42788: FORMATTING - Numbering/ordered listNusaiba Al-Kindi1-3/+5
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna2-3/+12
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin9-10/+10
2016-01-12Mark some classes as finalStephan Bergmann1-9/+9
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin10-23/+20
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-3/+3
2015-12-24Remove unneeded bitfieldDaniel Robertson1-3/+3
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-3/+0
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-1/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-0/+5
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-2/+0
2015-11-26Avoid implicitly declared members of EDITENG_DLLPUBLIC classStephan Bergmann1-0/+3
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin5-29/+5
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin5-5/+9
2015-11-115th step to remove tools/rtti.hxxOliver Specht67-74/+68
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann76-174/+174
2015-11-04remove remaining boost/noncopyable includes from /includeNoel Grandin1-2/+0
2015-11-04editeng: Eliminate unecessary padding in classesDaniel Robertson2-5/+5
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+2
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-9/+6
2015-10-21com::sun::star->css in include/editengNoel Grandin69-837/+784
2015-10-13editeng: add EditView::GetSelectionRectangles()Miklos Vajna2-0/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann85-1066/+1066
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-25/+25
2015-10-07loplugin:mergeclassesNoel Grandin1-11/+20
2015-10-07loplugin:mergeclassesNoel Grandin1-16/+22