summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
AgeCommit message (Expand)Author
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe
2016-05-12Convert FLG_* to scoped enumTakeshi Abe
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe
2016-04-12starmath: Drop unused #includeTakeshi Abe
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe
2016-02-26starmath: Drop unused variable declarationTakeshi Abe
2016-02-09Remove excess newlinesChris Sherlock
2016-02-02starmath: Avoid C-style castTakeshi Abe
2016-01-12starmath: Assert that SmRootNode always has three childrenTakeshi Abe
2016-01-10Fix typosAndrea Gelmini
2015-12-17starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe
2015-12-01Fix typo in commentTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe
2015-09-29starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-21loplugin:unusedmethods starmathNoel Grandin
2015-05-27drop useless field bIsDebugTakeshi Abe
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-21Some more loplugin:cstylecast: starmathStephan Bergmann
2015-01-01starmath: boost::shared_ptr to std::shared_ptrTakeshi Abe
2014-11-20fix memory leaks caused with SmNodeStackTakeshi Abe
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe
2014-11-09separate parse.hxx into smaller partsTakeshi Abe
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-04-22coverity#708229 Uninitialized scalar fieldCaolán McNamara
2014-04-22coverity#708228 Uninitialized scalar fieldCaolán McNamara
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-29typo: horizontical -> horizontalThomas Arnhold
2014-03-29typo: horizontial -> horizontalThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-19typoThomas Arnhold
2014-03-19Don't add visual noise in new code.Jan Holesovsky
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam
2014-02-26Remove visual noise from starmathAlexander Wilms
2013-10-23clean up some include guardsThomas Arnhold
2013-09-05String to OUStringThomas Arnhold