summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2016-03-156-6/+6
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-181-0/+2
* Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara2016-02-051-4/+5
* Resolves: tdf#97375 use Invalidate in all modesCaolán McNamara2016-02-021-6/+1
* 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
* loplugin:defaultparamsStephan Bergmann2015-10-195-10/+10
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-195-6/+6
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-193-3/+3
* WaE: loplugin:defaultparamsTor Lillqvist2015-10-191-2/+2
* fix cppcheck:nullPointerRedundantCheck commitNoel Grandin2015-10-192-2/+2
* cppcheck:nullPointerRedundantCheckNoel Grandin2015-10-192-15/+9
* editeng tiled rendering: avoid selections callbacks in Paint()Miklos Vajna2015-10-161-1/+4