summaryrefslogtreecommitdiffstats
path: root/starmath/inc
Commit message (Expand)AuthorAgeFilesLines
* tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens2015-07-221-0/+1
* Resolves: tdf#92148 SmElementsControl invalidates itself from paint endlesslyCaolán McNamara2015-07-221-0/+4
* loplugin:unusedmethods starmathNoel Grandin2015-07-218-33/+0
* convert to typed Link<> in sfx2Noel Grandin2015-07-201-1/+1
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
* i#107734 Support for Math Input Panel in Windows 7Regina Henschel2015-07-081-0/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-242-4/+2
* These values shall be of type sal_UnicodeStephan Bergmann2015-06-191-163/+160
* cppcheck: silence bogus unusedScopedObjectCaolán McNamara2015-06-151-29/+29
* tdf#91053 cleanup bogus member ...Takeshi Abe2015-06-011-3/+2
* drop useless field bIsDebugTakeshi Abe2015-05-271-8/+1
* kill forgotten, unused TDEBUG tokenTakeshi Abe2015-05-261-5/+4
* loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin2015-05-262-51/+3
* Remove include stdio (part2)Julien Nabet2015-05-182-2/+0
* more refactorings in starmath dialogs..Tomaž Vajngerl2015-05-141-9/+7
* SmShowFont: change to save the font and use it in Paint + HiDPITomaž Vajngerl2015-05-141-0/+2
* cleanup starmath view/documentTomaž Vajngerl2015-05-141-60/+74
* refactor starmath view/edit classes to use RenderContextTomaž Vajngerl2015-05-141-65/+62
* tdf#68871: Remove the old Elements panel from MathJulien Nabet2015-05-121-91/+0
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-1/+1
* Remove SvStorageStreamRef aliasStephan Bergmann2015-05-071-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-061-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-0510-26/+26
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-2/+2
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-2/+2
* Gradually typed LinkStephan Bergmann2015-04-301-8/+8
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-2/+2
* avoid ambiguityStephan Bergmann2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-294-8/+8
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-288-108/+132
|\
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-1/+1
| * make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2015-04-161-2/+2
| * starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-161-1/+1
| * Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks2015-04-103-4/+4
| * start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2015-04-101-6/+6
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-0/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-105-80/+94
| * vcl: VclPtr conversion in starmathNoel Grandin2015-04-095-12/+21
* | use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2015-04-271-5/+6
* | loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+12
* | use std::unique_ptr<> to clarify ownershipTakeshi Abe2015-04-221-5/+4
* | use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2015-04-211-2/+2
* | Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2015-04-201-22/+10
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* | convert SFXMODEL_ to scoped enumNoel Grandin2015-04-101-1/+1
|/
* Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe2015-04-021-10/+12
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-5/+5