summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2014-04-16spacing->borders spinbuttons end up a little narrowCaolán McNamara
Change-Id: I206db0f4bb55d43ef244e8af850947dbb1fdeb02
2014-04-16Resolves: fdo#75525 out by one errorCaolán McNamara
Change-Id: I0171d2a79b6b015fa2f01d78228e901005017fb0
2014-04-15missing includeThomas Arnhold
gna, pch were enabled... Change-Id: I02e6c5338e6ff65f55df64f3ef67dd2906821959
2014-04-15add missing headerThomas Arnhold
Change-Id: I004be0486dc4e65d7007a087b68184dcb0e4d165
2014-04-15starmath: remove duplicate SmTmpDeviceThomas Arnhold
Change-Id: Ib1733ece03ad0a5ffad5157a622546d0cbac0a35
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: Iace3118a3a8a6d494b89d4476ff3160652e940ba
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: attributs -> attributesThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62 Reviewed-on: https://gerrit.libreoffice.org/8837 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
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