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