summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
2015-05-11cppcheck: unreadVariableCaolán McNamara1-1/+0
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-5/+5
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-3/+3
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-15/+15
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-2/+2
2015-05-07SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann1-13/+13
2015-05-06VclPtr: one ref too manyCaolán McNamara1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin3-6/+6
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin2-5/+5
2015-05-05vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann3-4/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-7/+4
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