summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit5.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-3/+3
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-12-09changed inherited timers to idleTobias Madl1-1/+1
2014-12-03editeng: let's assert attribute consistency in some more placesMichael Stahl1-0/+4
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-7/+7
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-7/+7
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-7/+5
2014-04-15editeng: sal_Bool->boolNoel Grandin1-22/+22
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin1-6/+6
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-4/+4
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-12-28xub_StrLen to sal_Int32 + some constMatteo Casalin1-18/+6
2013-09-11covnert editeng/source/editeng/impedit.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-29XubString->OUStringCaolán McNamara1-2/+2
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida1-1/+1
2013-08-28XubString->OUStringCaolán McNamara1-2/+2
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-27/+27
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-29Remove some more PCH tracesThomas Arnhold1-6/+4
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida1-1/+2
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida1-6/+6
2012-04-13SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida1-10/+10
2012-04-03Bool cleanup.Kohei Yoshida1-6/+6
2012-03-29SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák1-13/+13
2012-03-29I assume the asserts are safer before non-checked accessLuboš Luňák1-3/+3
2012-03-29ParaPortionList no longer a child class of DummyParaPortionListDavid Tardon1-1/+1
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida1-8/+14
2012-03-29Revert "ContentList no longer a child class of DummyContentList."Kohei Yoshida1-14/+8
2012-03-29ContentList no longer a child class of DummyContentList.Kohei Yoshida1-8/+14
2012-03-28ParaPortionList no longer a child class of DummyParaPortionList.Kohei Yoshida1-2/+2
2012-03-28ContentInfoArray is gone.Kohei Yoshida1-1/+1
2012-03-28One less use of CharAttribArray.Kohei Yoshida1-1/+1
2012-03-28Move away from SV_DECL_PTRARR in CharAttribList.Kohei Yoshida1-33/+33
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora1-5/+6
2011-11-27remove include of pch header in editengNorbert Thiebaud1-2/+0
2011-09-30Repeat not implementedCaolán McNamara1-10/+0
2011-07-27remove dead codeThomas Arnhold1-20/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-87/+87