summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in editengNoel Grandin2016-03-107-29/+18
* remove unused NOT_POOLABLE enum valueNoel Grandin2016-03-091-55/+55
* loplugin:write only fieldsNoel Grandin2016-03-076-24/+22
* improve defaultparams lopluginNoel Grandin2016-03-071-1/+1
* loplugin:unuseddefaultparam in editengNoel Grandin2016-03-076-22/+20
* bIsExpanding is unusedCaolán McNamara2016-03-061-3/+0
* coverity#1355252 Uninitialized pointer fieldCaolán McNamara2016-03-061-11/+13
* editeng: fix -Werror=unused-but-set-variableMiklos Vajna2016-03-031-2/+0
* loplugin:unuseddefaultparams in editengNoel Grandin2016-03-0318-118/+72
* let SvxSearchItem use SearchOptions2Eike Rathke2016-02-241-2/+2
* new loplugin: commaoperatorNoel Grandin2016-02-234-11/+21
* editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna2016-02-194-12/+6
* Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna2016-02-181-14/+2
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+2
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-1/+1
* Simplify codeStephan Bergmann2016-02-102-17/+3
* Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann2016-02-092-14/+15
* Remove excess newlinesChris Sherlock2016-02-0944-532/+0
* Formatting changes across all modulesChris Sherlock2016-02-092-138/+66
* loplugin:unusedmethodsNoel Grandin2016-02-082-18/+10
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-0410-29/+29
* tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock2016-02-041-1/+1
* Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara2016-02-021-4/+5
* Resolves: tdf#97375 use Invalidate in all modesCaolán McNamara2016-02-021-6/+1
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* boost::cref->std::crefNoel Grandin2016-02-012-4/+3
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-311-1/+1
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-3111-91/+91
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-293-6/+6
* new loplugin sfxpoolitemNoel Grandin2016-01-221-0/+8
* Further uninitialized SvxNumberFormat::mbNumAdjustChanged fixingStephan Bergmann2016-01-221-1/+1
* TypoKhaled Hosny2016-01-221-1/+2
* Missing initialization of SvxNumberFormat::mbNumAdjustChangedStephan Bergmann2016-01-221-1/+2
* editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2016-01-224-18/+0
* tdf#42788: FORMATTING - Numbering/ordered listNusaiba Al-Kindi2016-01-211-0/+21
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-2110-16/+16
* loplugin:unusedmethodsNoel Grandin2016-01-202-32/+0
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-181-3/+0
* loplugin: unused return valuesNoel Grandin2016-01-186-23/+6
* drawmodes header goneCaolán McNamara2016-01-181-1/+0
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-188-12/+12
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-1711-18/+18
* cppcheck: fix 2 variableScope reports in editengJulien Nabet2016-01-172-14/+4
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-1615-29/+29
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-168-12/+12
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-1611-18/+18
* coverity#3148472 Unused valueCaolán McNamara2016-01-151-29/+27
* editeng: coverity#1348472 unused value AddNonBrkSpaceMichael Stahl2016-01-151-0/+1