summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-9/+9
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-55/+55
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-20editeng: remove references to dead tools/string.hxxMiklos Vajna1-7/+0
2015-02-12fdo#82719 EDITING: String with hyperlink not pastedHenry Castro1-0/+1
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl1-1/+1
2015-01-13debugging assert about unsorted properties on loading ooo59216-14.odsCaolán McNamara1-0/+4
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-03editeng: let's assert attribute consistency in some more placesMichael Stahl1-2/+50
2014-12-03editeng: there's yet another checking function hidden at dbglevel=3Michael Stahl1-4/+6
2014-12-03editeng: convert that to assertMichael Stahl1-19/+13
2014-12-03editeng: activate some more assertions hidden behind dbglevel=3Michael Stahl1-7/+8
2014-12-01editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2Michael Stahl1-10/+13
2014-12-01fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl1-7/+16
2014-11-21Resolves: fdo#86392 the assert seems to just want the attrs to be sortedCaolán McNamara1-1/+1
2014-10-15convert PORTION_KIND constants to enumNoel Grandin1-4/+5
2014-10-01loplugin: cstylecastNoel Grandin1-50/+52
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-28/+28
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-26/+26
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks1-53/+116
2014-07-22Fix the font handling esp wrt font colors.Kohei Yoshida1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-3/+3
2014-06-30CreateFont supports Background Colormatteocam1-0/+2
2014-06-30Added case in editdoc.cxxmatteocam1-0/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-24/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-31fdo#64956: editeng: fix RTF color table exportMichael Stahl1-39/+0
2014-04-24coverity#735746 Explicit null dereferencedCaolán McNamara1-3/+7
2014-04-15editeng: sal_Bool->boolNoel Grandin1-31/+31
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-11oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl1-1/+1
2014-03-10editeng: register GrabBag as a Char attributeTomaž Vajngerl1-0/+17
2014-03-02Add EditPaM::operator !() and simplify EditSelection::IsInvalidMatteo Casalin1-7/+0
2014-03-02sal_Bool to bool and some optimizationsMatteo Casalin1-8/+2
2014-03-02Return value of EditSelection::Adjust is never usedMatteo Casalin1-8/+4
2014-03-02sal_Bool to bool, with some optimizationsMatteo Casalin1-25/+10
2014-03-02Avoid temporaries just used as return valueMatteo Casalin1-4/+2
2014-03-02Use existing method instead of hand-writingMatteo Casalin1-5/+1