summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-41/+22
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-18/+14
2015-04-27mark them as staticTakeshi Abe1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe1-161/+161
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-24/+8
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-39/+33
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna1-18/+25
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks1-2/+2
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks6-17/+17
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann2-4/+2
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna1-0/+131
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-5/+5
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-2/+2
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-1/+1
2015-04-10protect more printer code-paths.Michael Meeks1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks1-1/+1
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-3/+3
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-4/+4
2015-04-10fix thinko in starmath; time to sleep.Michael Meeks1-2/+2
2015-04-10more toolkit API adaptations.Michael Meeks1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+1
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-15/+21
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-7/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin6-14/+154
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin4-4/+6
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin5-14/+14
2015-04-09prophylactic double dispose audit.Michael Meeks2-1/+11
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+5
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin5-27/+82
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe12-16/+16
2015-04-04Mark it as static and constTakeshi Abe1-1/+1
2015-04-04put local functions into an unnamed namespaceTakeshi Abe1-2/+2
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe5-31/+31
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-30/+30
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe2-2/+2