summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-07-14starmath: Drop redundant SetLineColor() callTakeshi Abe1-2/+0
2016-07-13Moved SfxModule owner to SfxApplicationMark Page2-13/+7
2016-07-12starmath: no need to create temporary string for comparisonTakeshi Abe1-1/+1
2016-07-11starmath: Prefer assert to SAL_WARN hereTakeshi Abe1-1/+1
2016-07-08tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe3-19/+99
2016-07-08starmath: Fix missing negationTakeshi Abe1-1/+1
2016-07-07starmath: Remove a couple of unused error codesTakeshi Abe4-17/+2
2016-07-07starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe4-8/+2
2016-07-06starmath: Drop unused PE_UNEXPECTED_END_OF_INPUTTakeshi Abe1-1/+1
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+2
2016-07-05starmath: Remove unused GetRect()Takeshi Abe1-1/+0
2016-07-04SfxModule to use initializer_list instead of variadic argumentsMark Page1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin2-3/+3
2016-07-04starmath: Drop unused definitionTakeshi Abe2-6/+1
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe2-24/+14
2016-06-29starmath: Replace OSL_ENSURE with assertTakeshi Abe1-2/+2
2016-06-29starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNodeTakeshi Abe1-3/+4
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-4/+2
2016-06-28starmath: This condition must be metTakeshi Abe1-4/+1
2016-06-26starmath: Fix invalid static_castTakeshi Abe2-4/+4
2016-06-25starmath: Drop unnecessary definitionsTakeshi Abe2-14/+5
2016-06-25starmath: Remove unused definitionTakeshi Abe2-7/+1
2016-06-24starmath: IndexOfSubNode() is for SmStructureNode onlyTakeshi Abe1-11/+13
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+4
2016-06-23starmath: Add a test case for parsing -Takeshi Abe2-0/+98
2016-06-22Drop unused #includeTakeshi Abe3-29/+0
2016-06-21This can be an assert()Takeshi Abe1-25/+22
2016-06-20starmath: Possible cases are exhaustedTakeshi Abe1-1/+1
2016-06-16starmath: more assertions holdTakeshi Abe1-21/+20
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann1-2/+1
2016-06-14starmath: SmTableNode has type NTABLETakeshi Abe1-3/+4
2016-06-13starmath: SmElement owns SmNodeTakeshi Abe3-12/+15
2016-06-10Clean up uses of Any::getValue() in starmathStephan Bergmann1-14/+13
2016-06-10Pass it by const refTakeshi Abe2-10/+16
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-0/+1
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe6-25/+14
2016-06-07starmath: Make ctors explicitTakeshi Abe9-38/+38
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-4/+4
2016-06-06Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin1-1/+1
2016-06-06Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin1-1/+1
2016-06-06Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page1-1/+1
2016-06-06remove unused constants in HRC filesNoel Grandin1-33/+0
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-5/+5
2016-06-03Null pointer dereferences must not happenTakeshi Abe1-1/+4
2016-06-02coverity#1362478 Explicit null dereferencedCaolán McNamara1-36/+39
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2-2/+2
2016-06-02Passing its const ref is sufficientTakeshi Abe1-2/+2
2016-05-31Use std::vector for SmCaretPosGraphTakeshi Abe3-107/+56
2016-05-31Prefix SmDocShell's membersTakeshi Abe3-136/+136