summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2015-06-01tdf#91053 cleanup bogus member ...Takeshi Abe1-3/+2
2015-05-27drop useless field bIsDebugTakeshi Abe1-8/+1
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe1-5/+4
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin2-51/+3
2015-05-18Remove include stdio (part2)Julien Nabet2-2/+0
2015-05-14more refactorings in starmath dialogs..Tomaž Vajngerl1-9/+7
2015-05-14SmShowFont: change to save the font and use it in Paint + HiDPITomaž Vajngerl1-0/+2
2015-05-14cleanup starmath view/documentTomaž Vajngerl1-60/+74
2015-05-14refactor starmath view/edit classes to use RenderContextTomaž Vajngerl1-65/+62
2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet1-91/+0
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin10-26/+26
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-8/+8
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-29avoid ambiguityStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl4-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-108/+132
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-5/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+12
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe1-5/+4
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-2/+2
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-22/+10
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
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 Meeks1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks3-4/+4
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-6/+6
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-0/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin5-80/+94
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin5-12/+21
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe1-10/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-5/+5
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: sotNoel Grandin1-1/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe1-2/+3
2015-03-10Spare extra call stackTakeshi Abe1-3/+0
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe1-3/+4
2015-03-06Idle and Timer are now completely independentTobias Madl1-2/+2
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-0/+1