summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-06fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labelsJoren De Cuyper
Currently .uno:zoom is used for the topmenu and submenu. Deleting the '...' behind the text will delete it for both, which is not correct. Therefore I introduce .uno:ZoomMenu for the topmenu. Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab Reviewed-on: https://gerrit.libreoffice.org/8503 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-06coverity#708232: Unitialized scalar fieldNorbert Thiebaud
Change-Id: Iebde4e596975560ae5870ded89a2b51f024e8d39
2014-04-06coverity#708233: Unitialized scalar fieldNorbert Thiebaud
Change-Id: Ifd24c4520f1c445af5443ed8e81bb6c6c47cd64c
2014-04-06coverity#708236: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I4d87fb217504b0089df6d572cfa7c0d5426a897c
2014-04-06coverity#708237: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I2536a7a2310aaa95fba7891472f0afe58713014c
2014-04-04coverity#738848 unused membersCaolán McNamara
Change-Id: I96c7d101d4bb6efbd9a93ea8ef4b8e5bd878c6ea
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin
It was using a bool parameter, but passing various constants through it. Make the constants into an enum, and use the enum in the GetAttribs call. Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd
2014-04-01WaE: private field 'pHelpBtn' is not usedTor Lillqvist
Change-Id: I7c8e9f33e8b36cb36a0e0e4f4be4241b23df270b
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01teach SmShowChar how to resizeCaolán McNamara
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
2014-04-01Convert RID_SYMDEFINEDIALOG to .uiPalenik Mihály
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1 Reviewed-on: https://gerrit.libreoffice.org/8807 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-29typo: overrride -> overrideThomas Arnhold
All detected by SpellCode https://code.google.com/p/spellcode/
2014-03-29typo: opend -> openedThomas Arnhold
2014-03-29typo: soultion -> solutionThomas Arnhold
2014-03-29typo: selektion -> selectionThomas Arnhold
2014-03-29typo: inteface -> interfaceThomas Arnhold
2014-03-29typo: visualy -> visuallyThomas Arnhold
2014-03-29typo: horizontical -> horizontalThomas Arnhold
2014-03-29typo: horizontial -> horizontalThomas Arnhold
2014-03-29typo: mayby -> maybeThomas Arnhold
2014-03-29typo: constitues -> constitutesThomas Arnhold
2014-03-29typo: formatet -> formatedThomas Arnhold
2014-03-29typo: unpleasent -> unpleasantThomas Arnhold
2014-03-29typo: equantion -> equationThomas Arnhold
2014-03-28coverity#705479 Dereference null return valueCaolán McNamara
Change-Id: Id8b6723e7d3d8a66f5a657628e1467edda509cfa
2014-03-28coverity#735496 Dead default in switchCaolán McNamara
Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2: sal_Bool->boolNoel Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-21coverity#736099 Improper use of negative valueCaolán McNamara
Change-Id: I065a8074fcafba123898c70eded464aa108e2e9e
2014-03-19typoThomas Arnhold
2014-03-19Don't add visual noise in new code.Jan Holesovsky
Change-Id: I3e8370fdfed58afe0c253410465219cce3065808
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
It's not very efficient, because we generally end up copying it twice - once into the parameter and again into the destination OUString. So I create a clang plugin that finds such places and generates a warning so that we can convert them to pass-by-reference. Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made ↵matteocam
dependent on body. Change-Id: I0348155f2429cf7dd3cbe7d71f333879ec6de980 Reviewed-on: https://gerrit.libreoffice.org/8569 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-15coverity#1079297 Uninitialized pointer fieldCaolán McNamara
Change-Id: Id65d309ac085f2b3e5fe8fcaf5f48ab254242bfe
2014-03-15coverity#1079296 Uninitialized pointer fieldCaolán McNamara
Change-Id: I56ba87b453e8111a5c54f40eeb52d2998d140ce9
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil
- System handles an equation having opening brace and closing brace. - Whereas it fails to handle equations having only opening brace and no closing brace, due to which LO crashes with assertion while exporting. - Fixed this issue and added unit test case for the same. - Also fixed the same for closing brace alone. Change-Id: I34a8a635b42bfdfac265fb70b977c0001cd2b4ff Reviewed-on: https://gerrit.libreoffice.org/8561 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-03-09coverity#1078822 Dereference before null checkCaolán McNamara
Change-Id: I6cc2ed1777a797c74b4a6d9618af6a62ad5ff247
2014-03-09we can move the pEditView delete inside the previous check for pEditViewCaolán McNamara
Change-Id: I612a4f8ee1e49b1468a2898678660bd66902fc96
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05remove unused code SmFontPickList::Contains(Font const&) constNoel Grandin
Change-Id: I07e6642bdf0db3b0f297e8ec01b614f880231aa7
2014-03-05remove unused code SmParser::Insert(rtl::OUString const&, int)Noel Grandin
Change-Id: Id14c393700135b511e520f75d19561667a7f5a51