summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2015-05-20SwEditWin::MouseMove: ignore visual area when tiled renderingMiklos Vajna1-1/+1
2015-05-20LOKit mouse move handlerMihai Varga1-0/+13
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-2/+2
2015-05-19Remove include stdio (part3)Julien Nabet1-3/+0
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-2/+6
2015-05-15SwEditWin::SetCursorTwipPosition: support creating a selectionMiklos Vajna1-10/+23
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-2/+2
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin2-3/+3
2015-05-14refactor sw Sidebar classes to use RenderContextTomaž Vajngerl6-394/+373
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin4-30/+31
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11cppcheck: cstyleCastCaolán McNamara1-5/+5
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann1-2/+2
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-5/+2
2015-05-05tdf#34555 add crop features to swPhilippe Jung1-1/+7
2015-05-05fix windows buildNoel Grandin1-4/+4
2015-05-05Adapt SwSrcEditWindow's SyntaxTimerHdl to being used in an Idle nowStephan Bergmann1-6/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann4-15/+7
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann5-7/+7
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist2-2/+2
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin1-3/+3
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin1-2/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl10-10/+10
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks13-41/+111
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks1-1/+2
2015-04-17sw: convert new to ::Create.Noel Grandin4-9/+9
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin3-9/+10
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks1-2/+2
2015-04-13sw: SetCursorLogicPosition -> SetCursorTwipPositionMiklos Vajna1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+3
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin10-7/+21
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks4-10/+10
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin5-27/+17
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+1
2015-04-09sw: more double dispose work.Michael Meeks4-1/+27
2015-04-09vcl: VclPtr conversion in swNoel Grandin6-1/+37
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-2/+2
2015-04-09SwEditWin tiled rendering: do word selection even if the cursor was correctedMiklos Vajna1-2/+2
2015-04-07Prevent showing the dialog (and crashing) when tiled rendering.Tomaž Vajngerl1-5/+12