summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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-15Fast PCH generator and optimized PCH filesAshod Nakashian1-271/+296
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 Specht11-92/+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 Bergmann66-605/+605
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 Bergmann4-23/+23
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
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-13/+13
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin3-9/+8
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-6/+4
2015-10-27loplugin:unusedmethodsNoel Grandin1-20/+0
2015-10-27Replace boost::bind by lambdas in editeng tree.Mario J. Rugiero1-4/+2
2015-10-23get rid of erroneous 0x7ff language maskCaolán McNamara1-44/+11
2015-10-23more tdf#76964 fall back to primary language via getLanguageCaolán McNamara1-0/+2
2015-10-23Resolves: tdf#76964 fall back to primary language via getLanguageCaolán McNamara1-13/+19
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann6-20/+20
2015-10-19loplugin:defaultparamsStephan Bergmann5-10/+10
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin5-6/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin3-3/+3
2015-10-19WaE: loplugin:defaultparamsTor Lillqvist1-2/+2
2015-10-19fix cppcheck:nullPointerRedundantCheck commitNoel Grandin2-2/+2
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin2-15/+9