summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorageRef aliasStephan Bergmann
2015-05-07Remove SvStorageStream aliasStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-07drop unused debugging ColorCaolán McNamara
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-04prefer OUStringBuffer to concatenating OUString in a loopTakeshi Abe
2015-05-03starmath: Convert many services to constructors.Jan Holesovsky
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-29avoid ambiguityStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-27mark them as staticTakeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Drop an unused variableTakeshi Abe
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks