summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Resolves: fdo#75525 out by one errorCaolán McNamara1-1/+1
2014-04-15missing includeThomas Arnhold1-0/+2
2014-04-15add missing headerThomas Arnhold1-0/+1
2014-04-15starmath: remove duplicate SmTmpDeviceThomas Arnhold4-173/+150
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann7-88/+100
2014-04-14typo: attribut -> attributeThomas Arnhold4-5/+5
2014-04-14typo: attributs -> attributesThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-7/+3
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+1
2014-04-06coverity#708232: Unitialized scalar fieldNorbert Thiebaud1-2/+7
2014-04-06coverity#708233: Unitialized scalar fieldNorbert Thiebaud1-2/+4
2014-04-06coverity#708236: Unitialized scalar fieldNorbert Thiebaud1-6/+11
2014-04-06coverity#708237: Unitialized scalar fieldNorbert Thiebaud1-1/+6
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin2-4/+4
2014-04-01teach SmShowChar how to resizeCaolán McNamara2-46/+10
2014-04-01Convert RID_SYMDEFINEDIALOG to .uiPalenik Mihály2-435/+193
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-51/+51
2014-03-29typo: overrride -> overrideThomas Arnhold1-1/+1
2014-03-29typo: opend -> openedThomas Arnhold1-2/+2
2014-03-29typo: soultion -> solutionThomas Arnhold1-1/+1
2014-03-29typo: selektion -> selectionThomas Arnhold1-3/+3
2014-03-29typo: inteface -> interfaceThomas Arnhold1-1/+1
2014-03-29typo: horizontial -> horizontalThomas Arnhold1-1/+1
2014-03-28coverity#705479 Dereference null return valueCaolán McNamara1-3/+3
2014-03-28coverity#735496 Dead default in switchCaolán McNamara1-3/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann8-221/+221
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-21coverity#736099 Improper use of negative valueCaolán McNamara1-0/+5
2014-03-19sfx2: sal_Bool->boolNoel Grandin2-3/+3
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-10/+10
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-6/+6
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam7-2/+200
2014-03-15coverity#1079297 Uninitialized pointer fieldCaolán McNamara1-4/+24
2014-03-15coverity#1079296 Uninitialized pointer fieldCaolán McNamara1-4/+24
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil1-4/+17
2014-03-09coverity#1078822 Dereference before null checkCaolán McNamara1-2/+2
2014-03-09we can move the pEditView delete inside the previous check for pEditViewCaolán McNamara1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-7/+7
2014-03-05remove unused code SmFontPickList::Contains(Font const&) constNoel Grandin1-8/+0
2014-03-05remove unused code SmParser::Insert(rtl::OUString const&, int)Noel Grandin1-10/+0
2014-03-04Fix fdo#65585: Elements Dock: Operators have bad orderMarcos Paulo de Souza1-17/+26
2014-03-03editeng: sal_Bool->boolNoel Grandin2-20/+20
2014-03-03editeng: sal_Bool->boolNoel Grandin2-33/+33