summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* tdf#32062: Add testMarcos Paulo de Souza2015-12-291-0/+13
* Fix tdf#32062: Math overwrites selected area when click on elementMarcos Paulo de Souza2015-12-241-0/+5
* starmath: Avoid warning C4819Takeshi Abe2015-12-231-3/+3
* starmath: Manage SmEditAccessible's pTextHelper via std::unique_ptrTakeshi Abe2015-12-232-6/+12
* starmath: Assert that a parent always finds its childTakeshi Abe2015-12-232-29/+12
* Indentation fixesMiklos Vajna2015-12-221-1/+1
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-211-6/+4
* This probably should be a referenceStephan Bergmann2015-12-171-1/+1
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-173-6/+0
* starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe2015-12-172-97/+96
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-4/+4
* starmath: SmElementPointer is not shared actuallyTakeshi Abe2015-12-102-8/+4
* starmath: Prefix members of SmDrawingVisitorTakeshi Abe2015-12-102-24/+25
* Drop unused typedefTakeshi Abe2015-12-101-2/+0
* starmath: Pass by const referenceTakeshi Abe2015-12-091-2/+2
* consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl2015-12-081-3/+3
* Fix typo in commentTakeshi Abe2015-12-011-1/+1
* Remove unused codeNicola Povoleri2015-11-281-7/+0
* starmath: Kill unnecessary castTakeshi Abe2015-11-271-4/+4
* starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe2015-11-262-30/+30
* starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe2015-11-232-16/+17
* cppcheck: redundantAssignmentTakeshi Abe2015-11-221-1/+0
* Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2015-11-201-1/+1
* starmath: Use std::unique_ptr for exception safetyTakeshi Abe2015-11-201-4/+3
* Remove redundant toolbar:style attributesSamuel Mehrbrodt2015-11-191-1/+1
* Toolbar: Remove empty attributesSamuel Mehrbrodt2015-11-173-24/+24
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-172/+134
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-117-8/+0
* starmath: Assert FindIndex()'s preconditionTakeshi Abe2015-11-101-5/+5
* tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza2015-11-1010-2/+59
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1035-315/+315
* starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl2015-11-093-150/+168
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-069-15/+15
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-20/+9
* yyyyyNoel Grandin2015-11-042-5/+5
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-2915-231/+223
* loplugin:defaultparamsStephan Bergmann2015-10-205-10/+10
* loplugin:defaultparamsStephan Bergmann2015-10-194-4/+4
* convert Link<> to typedNoel Grandin2015-10-162-17/+15
* tdf#73691 - add alt-x support to mathJustin Luth2015-10-153-0/+76
* convert Link<> to typedNoel Grandin2015-10-152-20/+16
* Fix gb_Library_use_externals callStephan Bergmann2015-10-141-1/+4
* enable ICU_HEADER includes for starmathJustin Luth2015-10-131-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1225-658/+658
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-19/+19
* convert Link<> to typedNoel Grandin2015-10-126-21/+14
* starmath: Prefix members of SmNodeTakeshi Abe2015-10-092-52/+52
* starmath: Represent ownership by std::unique_ptrTakeshi Abe2015-10-082-6/+4
* starmath: Prefix members of SmCursorTakeshi Abe2015-10-072-117/+117