summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-3/+3
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-30starmath: sal_Bool->boolNoel Grandin1-4/+4
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-5/+1
2014-04-06coverity#708232: Unitialized scalar fieldNorbert Thiebaud1-2/+7
2014-04-06coverity#708233: Unitialized scalar fieldNorbert Thiebaud1-2/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-50/+50
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-26Remove visual noise from starmathAlexander Wilms1-44/+44
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann1-30/+5
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+9
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-9/+9
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+9
2013-11-05Resolves: fdo#58094 don't crash on attempting mml importCaolán McNamara1-2/+3
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-3/+3
2013-09-05fdo#68956: fix string conversionThomas Arnhold1-1/+1
2013-08-22Mark as constTakeshi Abe1-9/+9
2013-08-22sal_Bool to boolTakeshi Abe1-14/+14
2013-08-22Drop useless #undefTakeshi Abe1-2/+0
2013-07-16String.AppendAscii() cleanup in mathRicardo Montania1-2/+2
2013-06-28fdo#66075 - Formula editor: export blanks as MathML <mspace> elements.Frédéric Wang1-0/+2
2013-06-28fdo#66086 - MathML export: wideslash, widebslash and overstrikeFrédéric Wang1-0/+38
2013-06-20Fix fdo#59641 - Duplication in formula when import mathmlMarcos Paulo de Souza1-3/+1
2013-06-17Remove useless attributions in starmathMarcos Paulo de Souza1-29/+0
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-5/+5
2013-01-15fdo#46808, Convert starmath/mathmlimport to XComponentContextNoel Grandin1-16/+12
2013-01-14-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-3/+3
2012-11-21String -> OUStringIvan Timofeev1-11/+8
2012-11-20clang plugin warningsLuboš Luňák1-1/+1
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-8/+3
2012-10-02String -> OUStringIvan Timofeev1-2/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-12Improvement on previous commitStephan Bergmann1-12/+5
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-2/+3
2012-07-17mathmlimport: do not remove first and last bracesIvan Timofeev1-6/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-12use string literal OUString overloadsLuboš Luňák1-25/+21
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot1-7/+7
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-26catch exception by constant referenceTakeshi Abe1-3/+2
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-55/+39
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz1-91/+133
2011-11-27remove include o pch header from starmathNorbert Thiebaud1-2/+0
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-4/+5
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-2/+2
2011-10-26WaE: unreferenced local variableTor Lillqvist1-1/+1