summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-03-08starmath: Use assert for impossible null-dereferenceTakeshi Abe1-26/+26
2016-03-07drop now-needless depsDavid Tardon1-4/+0
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon1-1/+0
2016-03-07expand src templatesDavid Tardon2-2/+0
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara1-1/+1
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe2-60/+5
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis5-10/+10
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe4-151/+0
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin4-40/+32
2016-02-29starmath: Use member initializer list for SmRectTakeshi Abe1-37/+41
2016-02-27tdf#98088: prevent access to invalid sub nodeOliver Specht1-1/+2
2016-02-26starmath: Remove forgotten SmFormat's versionTakeshi Abe2-13/+1
2016-02-26starmath: Drop unused variable declarationTakeshi Abe1-2/+0
2016-02-19starmath: Avoid C-style castTakeshi Abe6-38/+38
2016-02-18move from boost::signal to typed LinkCaolán McNamara3-9/+8
2016-02-18starmath: Avoid C-style castTakeshi Abe5-23/+23
2016-02-17starmath: Drop unused RID_COLORXTakeshi Abe2-2/+0
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe3-31/+32
2016-02-15starmath: Replace OSL_ENSURE with assertTakeshi Abe1-3/+3
2016-02-10tdf#53472 Integral Symbols too small for some integrandsmelikeyurtoglu1-12/+8
2016-02-09Remove excess newlinesChris Sherlock29-207/+0
2016-02-08starmath: Convert RectVerAlign to scoped enumTakeshi Abe3-36/+44
2016-02-08starmath: Replace SAL_WARN_IF with assertTakeshi Abe2-7/+9
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin1-1/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
2016-02-08remove some unnecessary declarations from *.sdi fileNoel Grandin1-556/+0
2016-02-06vcl: split exception types from input typesChris Sherlock1-8/+3
2016-02-05remove unnecessary comments from .SDI filesNoel Grandin1-72/+0
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin1-9/+0
2016-02-05remove unused Readonly from .SDI filesNoel Grandin1-7/+0
2016-02-05remove unused Automation from .SDI filesNoel Grandin1-3/+3
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin1-36/+0
2016-02-04starmath: Convert RectHorAlign to scoped enumTakeshi Abe3-40/+46
2016-02-04remove unused HasDialog from SDI filesNoel Grandin1-36/+0
2016-02-04remove unused Synchron from SDI filesNoel Grandin1-31/+0
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin1-36/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock9-48/+47
2016-02-03starmath: Avoid C-style castTakeshi Abe1-10/+11
2016-02-03starmath: tdf#97190: don't assert on missing base URLMichael Stahl1-1/+3
2016-02-03remove unused HasCoreId from SDI filesNoel Grandin1-36/+0
2016-02-02starmath: Avoid C-style castTakeshi Abe6-20/+20
2016-02-02Resolves: tdf#97495 fix SmElementsControl tooltipsCaolán McNamara2-8/+51
2016-02-02tdf#84843 Stop using PseudoSlots for drawing slotsMaxim Monastirsky1-20/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin1-1/+1
2016-01-29WaE: calling static member function through member call syntaxTor Lillqvist1-2/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock8-14/+14
2016-01-28tdf#93837 starmath: Convert RID_VIEWMENU to xmlMaxim Monastirsky9-102/+26
2016-01-27starmath: Convert RectPos to scoped enumTakeshi Abe3-41/+42
2016-01-27starmath.mathtype: change int -> bool for returned valuesDouglas Mencken4-65/+57