summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* editeng: simplify code by std::none_ofTakeshi Abe2015-05-212-12/+7
* ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selectionsMiklos Vajna2015-05-201-2/+2
* ImpEditEngine::MoveCursor tiled rendering: avoid partial selectionsMiklos Vajna2015-05-201-2/+2
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-2017-106/+106
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-203-3/+3
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-2/+2
* Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens2015-05-182-8/+8
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-153-18/+12
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-151-2/+2
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-1/+1
* convert INPUTCONTEXT_ constants to scoped enumNoel Grandin2015-05-141-1/+1
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-142-2/+2
* convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2015-05-141-1/+1
* convert KERNING_ constants to scoped enumNoel Grandin2015-05-144-5/+5
* convert CURSOR_DIRECTION constants to scoped enumNoel Grandin2015-05-121-3/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-10/+10
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-113-3/+3
* cppcheck: unreadVariableCaolán McNamara2015-05-111-1/+0
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-5/+5
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-3/+3
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-15/+15
* Remove SvStorage aliasStephan Bergmann2015-05-071-1/+1
* Remove SvStorageStreamRef aliasStephan Bergmann2015-05-071-2/+2
* SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann2015-05-071-13/+13
* VclPtr: one ref too manyCaolán McNamara2015-05-061-2/+2
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-063-6/+6
* convert FONTTOSUBSFONT constants to scoped enumNoel Grandin2015-05-062-5/+5
* vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann2015-05-051-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-053-4/+3
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-7/+4
* drop useless temp debugging stringsCaolán McNamara2015-05-031-12/+0
* drop useless temp debugging stringsCaolán McNamara2015-05-031-6/+0
* Gradually typed LinkStephan Bergmann2015-04-3011-58/+58
* Get rid of initial :: for the svx namespaceTor Lillqvist2015-04-304-13/+13
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-4/+2
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-289-26/+22
|\
| * drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks2015-04-161-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-102-2/+2
| * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks2015-04-101-1/+1
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-103-4/+4
| * start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2015-04-102-13/+7
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-104-5/+7
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-2/+2
* | SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann2015-04-281-2/+2
* | Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann2015-04-281-2/+2
* | operator == return type wants to be boolStephan Bergmann2015-04-281-4/+4