summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-07SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann
2015-05-06VclPtr: one ref too manyCaolán McNamara
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
2015-05-05vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-03drop useless temp debugging stringsCaolán McNamara
2015-05-03drop useless temp debugging stringsCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-27rhbz#1215443 avoid null pointer dereferenceDavid Tardon
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23ImpEditView::SetEditSelection: fix missing tiled rendering selection callbacksMiklos Vajna
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17Related tdf#88056: prep UNO stuff for ODF export/importKatarina Behrens
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara
2015-04-14editeng tiled editing: Don't overwrite bInSelection.Jan Holesovsky
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks