summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks25-62/+62
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks5-15/+14
2015-04-10re-insert erroneously converted delete calls.Michael Meeks2-1/+6
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin10-41/+41
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks15-122/+122
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks15-120/+120
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks12-111/+113
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-4/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin3-8/+8
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks1-19/+18
2015-04-10cleanup Printer VclRef pieces.Michael Meeks2-11/+11
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin3-7/+21
2015-04-10vclwidget: only call dispose() onceNoel Grandin66-109/+108
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks17-39/+32
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin88-836/+1205
2015-04-09prophylactic double dispose audit.Michael Meeks3-3/+7
2015-04-09Double dispose protection.Michael Meeks1-0/+1
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks3-0/+11
2015-04-09vclref: protect vs. double disposes.Michael Meeks1-3/+8
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-7/+8
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin10-133/+133
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin4-0/+17
2015-04-09vcl: VclPtr conversion in variousNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin111-1136/+1744
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-0/+1
2015-04-09Just use a plain std::vector<OUString>Stephan Bergmann1-8/+9
2015-04-09loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-09remove DELETEZ in tbcontrlTomaž Vajngerl1-7/+5
2015-04-09use std::unique_ptr for Impl in SvxStyleToolBoxControlTomaž Vajngerl1-4/+3
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann5-14/+8
2015-04-07Remove unused getBlinkTime functionsStephan Bergmann1-3/+0
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-3/+3
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-14/+14
2015-04-07More additions about SdrView / SdrModel.Jan Holesovsky1-2/+18
2015-04-07Added some ascii art for the SdrObject and SdrView.Jan Holesovsky1-0/+41
2015-04-07Anz -> Count, and some reformatting.Jan Holesovsky1-10/+16
2015-04-07sc tiled editing: Make the editing of text in shapes in Calc work.Jan Holesovsky1-1/+9
2015-04-07SdrPaintView tiled rendering: ignore visual areaMiklos Vajna1-1/+2
2015-04-07SvxTableController::setCursorLogicPosition: fix unexpected graphic selectionMiklos Vajna1-0/+4
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna2-8/+19
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-46/+0
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+1
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann24-50/+50
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann24-50/+50
2015-04-02loplugin:staticmethodsNoel Grandin11-20/+20
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin3-105/+108