summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna4-7/+26
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin2-20/+10
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin11-53/+31
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann2-7/+7
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-4/+4
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin6-22/+4
2016-01-10Fix typosAndrea Gelmini13-15/+15
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl7-8/+8
2016-01-07Fix memory leakStephan Bergmann2-12/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-12-23loplugin:unusedfields in /includeNoel Grandin4-8/+3
2015-12-20cppcheck: false positive memleakJulien Nabet1-4/+6
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna5-23/+15
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist2-6/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-3/+6
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+1
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand1-15/+41
2015-11-26SfxStyleSheetBasePool::Count returns sal_uInt16Stephan Bergmann1-2/+2
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin5-16/+13
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19editeng lok: invalidate on scrollMiklos Vajna1-0/+6
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+2
2015-11-18editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl1-1/+2
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin5-5/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-17editeng: fix SvxTableField::operator==()Michael Stahl1-1/+1
2015-11-13editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna1-0/+9
2015-11-13editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht10-91/+85
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-10/+10
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-8/+9
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-29/+28
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-22/+22
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-3/+4
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-24/+27
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-6/+6
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-10/+10
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin10-82/+79
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann65-603/+603
2015-11-09EditUndoRemoveChars::GetStr must return a referenceStephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-7/+7
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin1-1/+1
2015-11-04editeng: Eliminate unecessary padding in classesDaniel Robertson1-2/+2
2015-11-03dynamic_cast fixed againOliver Specht1-2/+2
2015-11-03Wrong dynamic_castJulien Nabet1-2/+2