summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe8-9/+0
2016-01-27extract all cond format tests in ucalc to own fileMarkus Mohrhard1-0/+3
2016-01-22starmath: Catch exception by const refTakeshi Abe2-2/+2
2016-01-21starmath: fix OOXML export of non-BMP UnicodeMichael Stahl1-3/+3
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl1-4/+22
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock4-7/+7
2016-01-18loplugin: unused return valuesNoel Grandin2-9/+5
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock3-4/+4
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock7-15/+15
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud7-19/+19
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock3-4/+4
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock7-15/+15
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl6-9/+26
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin10-25/+11
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-12tdf#87118 LibreOffice should not claim to use version 1.01 of MathMLTakeshi Abe1-1/+1
2016-01-12starmath: Assert that SmRootNode always has three childrenTakeshi Abe1-3/+5
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini7-10/+10
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-4/+4
2016-01-07starmath: Remove unused resource itemsTakeshi Abe2-43/+0
2016-01-06starmath: Remove toolbox.hrcTakeshi Abe3-31/+0
2016-01-06starmath: Fix bogus warningTakeshi Abe1-1/+1
2016-01-06tdf#90341 Clean up excessive const_cast'ingTakeshi Abe1-2/+2
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-1/+2
2016-01-05starmath: Drop nonexistent friendTakeshi Abe1-4/+0
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-5/+5
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-12-31starmath: Manage SmDocShell's pCursor via std::unique_ptrTakeshi Abe2-12/+10
2015-12-29tdf#32062: Add testMarcos Paulo de Souza1-0/+13
2015-12-24Fix tdf#32062: Math overwrites selected area when click on elementMarcos Paulo de Souza1-0/+5
2015-12-23starmath: Avoid warning C4819Takeshi Abe1-3/+3
2015-12-23starmath: Manage SmEditAccessible's pTextHelper via std::unique_ptrTakeshi Abe2-6/+12
2015-12-23starmath: Assert that a parent always finds its childTakeshi Abe2-29/+12
2015-12-22Indentation fixesMiklos Vajna1-1/+1