summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-05-211-4/+4
* Fix typoAndrea Gelmini2019-05-211-3/+3
* tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski2019-05-154-18/+1
* tdf#90297 use field colors for math's edit engineJan-Marek Glogowski2019-05-144-1/+18
* handle empty tools::Rectangle in editengNoel Grandin2019-05-102-4/+6
* avoid copying when placing items into SfxItemSetNoel Grandin2019-05-092-5/+3
* tdf#74702 partial cleanup of OutDevTypeAdrien Ollier2019-05-072-7/+4
* improve loplugin:stringconstantNoel Grandin2019-04-301-2/+1
* drop Graphic::operator boolNoel Grandin2019-04-302-4/+4
* Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl2019-04-272-18/+40
* Removed executions flags on source filesAndrea Gelmini2019-04-261-0/+0
* ofz#13491 SvxRTFItemStackType dtor excessive recurse depthCaolán McNamara2019-04-261-0/+40
* tdf#119650 slow saving spreadsheet with comments, part 1Noel Grandin2019-04-261-2/+5
* WIP: Further preparations for deeper Item changesArmin Le Grand2019-04-2513-1010/+882
* Fix typosAndrea Gelmini2019-04-241-2/+2
* tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen2019-04-2316-0/+24
* simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin2019-04-201-11/+4
* tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen2019-04-1510-0/+14
* improve loplugin simplifyconstructNoel Grandin2019-04-152-2/+2
* loplugin:sequentialassign in editeng..extensionsNoel Grandin2019-04-138-19/+9
* tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen2019-04-101-0/+1
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-082-0/+2
* weld ClassificationDialogCaolán McNamara2019-04-045-42/+60
* LOK logic is good for non-lok hereCaolán McNamara2019-04-041-12/+2
* this line is equivalent to InvalidateAtWindowCaolán McNamara2019-04-041-2/+2
* tdf#108423 autocorrect English word i' -> I’László Németh2019-04-021-2/+21
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-312-6/+4
* loplugin:useuniqueptr in ImpEditEngine::WriteItemListAsRTFNoel Grandin2019-03-282-12/+11
* tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen2019-03-251-0/+1
* tdf#121686: fix assert in SvxAutoCorrect::FnChgToEnEmDash (editeng)Julien Nabet2019-03-071-1/+2
* log nice exception messages whereever possibleNoel Grandin2019-03-071-2/+4
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-2/+2
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-12/+12
* simplify UNO getTypes methodsNoel Grandin2019-03-042-20/+11
* use the xmlTextWriterPtr typedef consistentlyNoel Grandin2019-02-287-12/+13
* -Werror,-Wunused-private-fieldStephan Bergmann2019-02-251-6/+1
* loplugin:unusedfields in editengNoel Grandin2019-02-234-19/+1
* weld HangulHanjaConversionDialogCaolán McNamara2019-02-214-33/+27
* drop unused argumentCaolán McNamara2019-02-201-1/+1
* Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov2019-02-206-75/+47
* Simplify ranges overlapping conditionArkadiy Illarionov2019-02-191-6/+1
* Pointer is pointlessNoel Grandin2019-02-133-17/+20
* sw btlr writing mode: implement UNO APIMiklos Vajna2019-02-121-0/+6
* sw btlr wrting mode: implement document modelMiklos Vajna2019-02-121-0/+11
* loplugin:indentation in editeng..extensionsNoel Grandin2019-02-0810-46/+46
* Add comments to autocorrect functionsIlmari Lauhakangas2019-01-291-7/+10
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-224-0/+4
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-2112-60/+48
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-3/+5
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-3/+5