summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-05-04prefer OUStringBuffer to concatenating OUString in a loopTakeshi Abe1-3/+7
2015-05-03starmath: Convert many services to constructors.Jan Holesovsky4-184/+30
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks1-2/+3
2015-04-30Gradually typed LinkStephan Bergmann3-13/+13
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-3/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann3-15/+6
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+2
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-1/+1
2015-04-29avoid ambiguityStephan Bergmann1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-6/+6
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl8-16/+16
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks19-200/+444
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 Abe2-23/+20
2015-04-27mark them as staticTakeshi Abe1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+12
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe2-166/+165
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe3-26/+10
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-61/+43
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna1-18/+25
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks2-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2-4/+4
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks8-20/+20
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann2-4/+2
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna3-0/+136
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-7/+7
2015-04-14Drop an unused variableTakeshi Abe1-1/+0
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 Meeks2-8/+8
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 Meeks4-5/+5
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-16/+16
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-9/+9
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-10cppcheck: provide a ctorTakeshi Abe1-16/+18
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin2-1/+2
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin6-15/+22