summaryrefslogtreecommitdiff
path: root/sw/source/core/view
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-4/+4
2015-05-18refactor SwPagePreview to use RenderContextTomaž Vajngerl1-9/+9
2015-05-16tdf#90150 : Page numbering in the status bar which may cause confusionmassinissaHamidi2-1/+8
2015-05-13wrap some static fields in VclPtrNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin2-2/+2
2015-05-05Use more proper integer types and range-based for loopsMatteo Casalin2-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-18/+18
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+2
2015-04-17sw: convert new to ::Create.Noel Grandin2-2/+2
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-10/+10
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks1-1/+1
2015-04-10more toolkit API adaptations.Michael Meeks1-2/+1
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks1-2/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+1
2015-04-09Double dispose protection.Michael Meeks1-1/+1
2015-04-08SwViewShell::PaintTile: avoid incomplete tiles when layout is not readyMiklos Vajna1-0/+3
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist1-52/+0
2015-03-24touch_lo_draw_tile() is dead codeTor Lillqvist1-54/+0
2015-03-24fix windows buildNoel Grandin1-1/+1
2015-03-24tdf#88230 Blind fix for IOS-only codeStephan Bergmann1-4/+5
2015-03-24convert SvxZoomType to enum classNoel Grandin1-1/+1
2015-03-24Reverts and correct "tdf#88230: Cleanup solar mutex yielding"Pranav Kant1-5/+4
2015-03-24tdf#88230: Cleanup solar mutex yieldingPranav Kant1-4/+5
2015-03-23loplugin:constantfunction: swNoel Grandin1-11/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert AccessibleStates to enum classNoel Grandin1-2/+2
2015-03-18convert SidebarPosition to enum classNoel Grandin1-2/+2
2015-03-18convert DocumentSettingId to an enum classNoel Grandin2-23/+23
2015-03-09sw: when tiled rendering, disable map mode of SwEditWin earlyMiklos Vajna1-5/+11
2015-03-09SwViewShell: store tiled rendering state in SdrModelMiklos Vajna2-19/+10
2015-03-08libreofficekit, svx, sw: fix typosMiklos Vajna1-1/+1
2015-03-05V801: Decreased performanceCaolán McNamara1-20/+20
2015-03-02desktop: move tiled rendering debug code from swMiklos Vajna1-13/+0
2015-02-28sw: rename SwViewImp to SwViewShellImpMiklos Vajna3-37/+37
2015-02-09sw: another LONG_MAX fed into LogicToPixelMichael Stahl1-1/+1
2015-02-09SwVisCrsr::Show: ignore VisArea() in case of tiled renderingMiklos Vajna1-3/+1
2015-01-26LOK: don't ignore all callback events when we're in the callback alreadyMiklos Vajna2-3/+9
2015-01-26sw: missing constsMiklos Vajna1-2/+2