summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09Double dispose protection.Michael Meeks
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vclref: protect vs. double disposes.Michael Meeks
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09vcl: VclPtr conversion in variousNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-04-09Just use a plain std::vector<OUString>Stephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09remove DELETEZ in tbcontrlTomaž Vajngerl
2015-04-09use std::unique_ptr for Impl in SvxStyleToolBoxControlTomaž Vajngerl
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-07Remove unused getBlinkTime functionsStephan Bergmann
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-07More additions about SdrView / SdrModel.Jan Holesovsky
2015-04-07Added some ascii art for the SdrObject and SdrView.Jan Holesovsky
2015-04-07Anz -> Count, and some reformatting.Jan Holesovsky
2015-04-07sc tiled editing: Make the editing of text in shapes in Calc work.Jan Holesovsky
2015-04-07SdrPaintView tiled rendering: ignore visual areaMiklos Vajna
2015-04-07SvxTableController::setCursorLogicPosition: fix unexpected graphic selectionMiklos Vajna
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna
2015-03-30svx tiled rendering: double-click in empty table cell selects itMiklos Vajna
2015-03-30SdrTableObj tiled rendering: implement selection callbacksMiklos Vajna
2015-03-30SdrMarkView tiled rendering: partially disable SdrTableObj graphic selectionMiklos Vajna
2015-03-30SdrMarkView tiled rendering: fix unexpected empty graphic selection eventsMiklos Vajna