summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-05-03drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-05-03drop useless temp debugging stringsCaolán McNamara1-6/+0
2015-04-30Gradually typed LinkStephan Bergmann11-58/+58
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist4-13/+13
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+2
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-26/+22
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-2/+2
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-27rhbz#1215443 avoid null pointer dereferenceDavid Tardon1-1/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann22-54/+49
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann13-33/+33
2015-04-23ImpEditView::SetEditSelection: fix missing tiled rendering selection callbacksMiklos Vajna1-0/+4
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin1-14/+14
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-3/+3
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+2
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens2-7/+7
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-3/+3
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann4-17/+17
2015-04-17Related tdf#88056: prep UNO stuff for ODF export/importKatarina Behrens1-0/+9
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin13-115/+91
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks1-1/+1
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-55/+55
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin10-64/+64
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara1-0/+1
2015-04-14editeng tiled editing: Don't overwrite bInSelection.Jan Holesovsky1-1/+9
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara1-0/+3
2015-04-13loplugin:staticmethodsNoel Grandin18-29/+29
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna1-1/+4
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-2/+2
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin3-4/+4
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-13/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-5/+7
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-08Related tdf#88056: Add a warning when id service unknownJulien Nabet1-0/+4
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-4/+4
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-5/+5
2015-04-07Kill some whitespace found during debugging.Jan Holesovsky3-4/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-5/+5
2015-04-02editeng: if this should never happen, let's assert thatMichael Stahl1-0/+6
2015-04-02tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl1-2/+9
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-62/+61
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann8-17/+17