summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks15-44/+40
2015-04-10correct debugging assertions.Michael Meeks1-3/+3
2015-04-10vclwidget: some small fixesNoel Grandin1-2/+2
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks2-1/+9
2015-04-10protect more printer code-paths.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks8-1/+29
2015-04-10wrap more stuff in VclPtrNoel Grandin13-75/+74
2015-04-10wrap more stuff in VclPtrNoel Grandin7-10/+10
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks14-18/+18
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin26-51/+51
2015-04-10vclptr: misc. bug fixing.Michael Meeks3-8/+8
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks6-33/+33
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-14/+14
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin4-23/+21
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin20-31/+31
2015-04-10more toolkit API adaptations.Michael Meeks2-3/+2
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks2-10/+11
2015-04-10vclwidget: only call dispose() onceNoel Grandin112-169/+188
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks18-41/+42
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin221-1730/+3889
2015-04-09prophylactic double dispose audit.Michael Meeks2-2/+2
2015-04-09Double dispose protection.Michael Meeks1-1/+1
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2-0/+10
2015-04-09sw: more double dispose work.Michael Meeks5-2/+29
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin26-167/+369
2015-04-09vcl: VclPtr conversion in swNoel Grandin126-476/+1052
2015-04-09tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unusedMiklos Vajna3-3/+15
2015-04-09newly set nStart and nEnd are not usedCaolán McNamara1-2/+0
2015-04-09Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None EntryHeena Gupta2-2/+20
2015-04-09fdo#88045-Edit Button for Numbering Style in Edit Paragraph StyleHeena Gupta3-1/+69
2015-04-09loplugin:staticmethodsNoel Grandin6-19/+19
2015-04-09SwEditWin tiled rendering: do word selection even if the cursor was correctedMiklos Vajna1-2/+2
2015-04-09hinter: 'after' better than 'behind'Caolán McNamara5-10/+10
2015-04-09DocxAttributeOutput::m_pPostponedGraphic: use std::unique_ptr<>Miklos Vajna2-12/+10
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin2-2/+2
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin1-12/+12
2015-04-09cleanup SwContentTree constructTomaž Vajngerl1-42/+35
2015-04-08fix assert on exporting fdo79938-1.ott to .docCaolán McNamara1-2/+4
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna19-26/+31
2015-04-08MM: fixed invalid UNO-Reference as return value of UNO MailMergeServiceChristoph Lutz1-2/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-4/+4
2015-04-08SwViewShell::PaintTile: avoid incomplete tiles when layout is not readyMiklos Vajna1-0/+3
2015-04-08convert SHADOW_ constants to enum classNoel Grandin9-28/+29
2015-04-07tdf#89802: xmloff: fix ODF import of frame with empty style name refMichael Stahl2-0/+68
2015-04-07Resolves: tdf#90504 0x7 chars in .doc are not always cell/row endsCaolán McNamara1-8/+11
2015-04-07Remove dead INetProtocol::VimStephan Bergmann12-18/+9
2015-04-07fix assert on export of fdo77716-1.docx to odtCaolán McNamara1-1/+1
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-5/+4
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna10-9/+85