summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2013-10-23clean up some include guardsThomas Arnhold2-5/+5
2013-10-23starmath: fix include guardsThomas Arnhold32-67/+67
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18random OUString to String conversionsNoel Grandin2-4/+4
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-10/+10
2013-10-03CID#735395 potential memory leakCaolán McNamara5-9/+14
2013-10-03CID#736482 fix leakCaolán McNamara1-1/+3
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-8/+8
2013-10-01Add sanity check to avoid crashTor Lillqvist1-0/+1
2013-09-27cppcheck: redundant conditionJulien Nabet1-1/+1
2013-09-26typo fixes in commentsAndras Timar2-2/+2
2013-09-22ensure OUString::copy is within boundsCaolán McNamara1-1/+1
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-20indent: Just some indenting for better readingAndres Gomez1-65/+65
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez1-1/+17
2013-09-19fdo#65586: Add tooltips to Elements Dock in MathMarcos Paulo de Souza1-0/+4
2013-09-19OUString::copy second arg is len, not indexCaolán McNamara1-2/+2
2013-09-18Math: fix name's typo of Magenta color in sidebarMarcos Paulo de Souza1-1/+1
2013-09-11fdo#69111: Set edit window border to 4 again.Thomas Arnhold1-3/+6
2013-09-09OSL_ENSURE -> SAL_WARN_IFThomas Arnhold7-63/+62
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold17-121/+106
2013-09-09Math: Clear up the purpose of both listsThomas Arnhold1-0/+4
2013-09-08Math: Further cleanup and realignmentThomas Arnhold5-269/+28
2013-09-08Math: Remove obsolete GetConversion()Thomas Arnhold2-115/+6
2013-09-08Revert "Math: Remove not needed header file"Thomas Arnhold2-8/+37
2013-09-08Math: Remove not needed header fileMarcos Paulo de Souza2-37/+8
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-09-06fdo#68956: Be safe and warn if there are other users of GetText()Thomas Arnhold1-1/+1
2013-09-05update pchThomas Arnhold1-2/+4
2013-09-05fdo#68956: fix string conversionThomas Arnhold2-3/+4
2013-09-05String to OUStringThomas Arnhold8-95/+84
2013-09-05String to OUString for SmDocShell::ReplaceBadCharsThomas Arnhold1-18/+11
2013-09-04Some more fixesThomas Arnhold1-7/+7
2013-09-04remove intermediate Strings on res loadingCaolán McNamara4-9/+9
2013-09-04String to OUStringThomas Arnhold18-132/+128
2013-09-03fdo#68877: Select "<?>" as Elements window doMarcos Paulo de Souza1-2/+22
2013-09-02fdo#43090: Last fix for autoclose brackets in MathMarcos Paulo de Souza1-0/+3
2013-09-02Math: fix focus in Elements DockMarcos Paulo de Souza1-0/+1
2013-08-30fdo#32059: Fix this once and for allMarcos Paulo de Souza1-3/+3
2013-08-22Mark as constTakeshi Abe1-9/+9
2013-08-22sal_Bool to boolTakeshi Abe1-14/+14
2013-08-22Drop useless #undefTakeshi Abe2-4/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-6/+6
2013-08-20Translate some words in Math Elements DockMarcos Paulo de Souza4-10/+128
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3)Julien Nabet1-2/+2
2013-08-16Math: New feature about color selectionMarcos Paulo de Souza3-5/+32
2013-08-15Math: Remove not needed fileMarcos Paulo de Souza4-66/+10
2013-08-14fdo#43090: Improve auto close bracketsMarcos Paulo de Souza1-0/+28