summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-104-29/+28
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-104-22/+22
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-102-3/+4
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-103-24/+27
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-102-6/+6
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-102-10/+10
* editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-1010-82/+79
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1066-605/+605
* EditUndoRemoveChars::GetStr must return a referenceStephan Bergmann2015-11-091-1/+1
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-064-23/+23
* fix tdf#95488, crash in report wizardNoel Grandin2015-11-051-1/+1
* editeng: Eliminate unecessary padding in classesDaniel Robertson2015-11-041-2/+2
* dynamic_cast fixed againOliver Specht2015-11-031-2/+2
* Wrong dynamic_castJulien Nabet2015-11-031-2/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-13/+13
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-313-9/+8
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-6/+4
* loplugin:unusedmethodsNoel Grandin2015-10-271-20/+0
* Replace boost::bind by lambdas in editeng tree.Mario J. Rugiero2015-10-271-4/+2
* get rid of erroneous 0x7ff language maskCaolán McNamara2015-10-231-44/+11
* more tdf#76964 fall back to primary language via getLanguageCaolán McNamara2015-10-231-0/+2
* Resolves: tdf#76964 fall back to primary language via getLanguageCaolán McNamara2015-10-231-13/+19
* more removal of com::sun::star typedefsNoel Grandin2015-10-211-4/+4
* loplugin:defaultparamsStephan Bergmann2015-10-206-20/+20