summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-08-28don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara1-0/+1
2015-08-05tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLORStephan Bergmann1-1/+1
2015-06-11tdf#88295: Don't export transparent background colour as whiteKatarina Behrens2-0/+3
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens1-2/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier13-60/+60
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-1/+1
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-1/+2
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann5-85/+85
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist2-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-2/+4
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann1-2/+2
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann1-1/+1
2015-04-28operator == return type wants to be boolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann2-2/+2
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens1-1/+1
2015-04-18cleanup fontitem.hxxTomaž Vajngerl1-46/+69
2015-04-18cleanup colritem.hxxTomaž Vajngerl1-40/+29
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin5-16/+16
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-41/+41
2015-04-13loplugin:staticmethodsNoel Grandin12-20/+19
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-1/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+2
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-1/+2
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-6/+2
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-30/+31
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-25/+25
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-5/+14
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26the valid flags in SvxBulletItem are unusedNoel Grandin1-32/+5
2015-03-26bullet justification in SvxBulletItem is unusedNoel Grandin1-11/+1
2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin1-11/+14
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-6/+6
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-17/+26
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-9/+12
2015-03-25convert EE_STAT constants to enum classNoel Grandin1-16/+24
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin3-14/+22
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin3-38/+57
2015-03-25convert MouseTarget to enum classNoel Grandin1-6/+6
2015-03-25convert VALID_ constants to enum classNoel Grandin1-25/+26
2015-03-23editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna1-0/+2
2015-03-19loplugin:constantfunction: editengNoel Grandin4-11/+0
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna2-2/+2
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna2-0/+8
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+6
2015-03-11const_cast -> mutableZolnai Tamás1-1/+1