summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* editeng: handle SdrModel::isTiledSearching()Miklos Vajna2016-01-144-7/+26
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-2/+2
* loplugin:unusedmethods unused return value in include/svlNoel Grandin2016-01-132-20/+10
* loplugin:unusedmethods unused return value in include/editengNoel Grandin2016-01-1212-55/+32
* loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann2016-01-112-7/+7
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-113-4/+4
* loplugin:unusedmethods unused return value in extensionsNoel Grandin2016-01-116-22/+4
* Fix typosAndrea Gelmini2016-01-1013-15/+15
* svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl2016-01-077-8/+8
* Fix memory leakStephan Bergmann2016-01-072-12/+1
* Cleanup after removing vcl::FontInfo classChris Sherlock2016-01-041-2/+2
* vcl: Excise vcl::FontInfo classChris Sherlock2016-01-031-1/+1
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-271-1/+1
* loplugin:unusedfields in /includeNoel Grandin2015-12-234-8/+3
* cppcheck: false positive memleakJulien Nabet2015-12-201-4/+6
* editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2015-12-185-23/+15
* Bin silly 'STATIC DATA' commentsTor Lillqvist2015-12-152-6/+0
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+1
* No need for a separate <vcl/combobox.h>Tor Lillqvist2015-12-111-1/+0
* tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis2015-12-071-3/+6
* Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2015-12-071-1/+0
* loplugin:unusedfieldsNoel Grandin2015-11-301-3/+1
* tdf#94088 add import of HTML inline graphicsArmin Le Grand2015-11-281-15/+41
* SfxStyleSheetBasePool::Count returns sal_uInt16Stephan Bergmann2015-11-261-2/+2
* loplugin:unusedfields in include/comphelper,include/editengNoel Grandin2015-11-245-16/+13
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* editeng lok: invalidate on scrollMiklos Vajna2015-11-191-0/+6
* editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl2015-11-181-1/+2
* editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl2015-11-181-1/+2
* use unique_ptr for pImpl in editeng/Noel Grandin2015-11-185-5/+0
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* editeng: fix SvxTableField::operator==()Michael Stahl2015-11-171-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-271/+296
* editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna2015-11-131-0/+9
* editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna2015-11-131-0/+7
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1111-92/+85
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-104-10/+10
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-103-8/+9