summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
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 Stahl4-7/+19
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin5-15/+5
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-10Fix typosAndrea Gelmini5-8/+8
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-4/+4
2016-01-07starmath: Remove unused resource itemsTakeshi Abe1-23/+0
2016-01-06starmath: Remove toolbox.hrcTakeshi Abe3-31/+0
2016-01-06starmath: Fix bogus warningTakeshi Abe1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-1/+2
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 Abe1-10/+7
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 Abe1-27/+9
2015-12-22Indentation fixesMiklos Vajna1-1/+1
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-6/+4
2015-12-17This probably should be a referenceStephan Bergmann1-1/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2-4/+0
2015-12-17starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe1-58/+57
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-4/+4
2015-12-10starmath: SmElementPointer is not shared actuallyTakeshi Abe1-4/+3
2015-12-10starmath: Prefix members of SmDrawingVisitorTakeshi Abe1-19/+19
2015-12-10Drop unused typedefTakeshi Abe1-2/+0
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-3/+3
2015-11-28Remove unused codeNicola Povoleri1-7/+0
2015-11-27starmath: Kill unnecessary castTakeshi Abe1-4/+4
2015-11-26starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe1-26/+26
2015-11-23starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe1-8/+8
2015-11-22cppcheck: redundantAssignmentTakeshi Abe1-1/+0
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe1-4/+3
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-4/+0
2015-11-10starmath: Assert FindIndex()'s preconditionTakeshi Abe1-5/+5
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza7-2/+41
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-288/+288
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl2-142/+159
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann9-15/+15
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-20/+9
2015-11-04yyyyyNoel Grandin2-5/+5
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin12-213/+205
2015-10-20loplugin:defaultparamsStephan Bergmann4-9/+9