summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
AgeCommit message (Expand)Author
2014-10-17coverity#1247645 Uncaught exceptionCaolán McNamara
2014-10-17coverity#1247642 Uncaught exceptionCaolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-05-27cid#707198 Uncaught exceptionNoel Grandin
2014-05-27cid#707199 Uncaught exceptionNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30starmath: sal_Bool->boolNoel Grandin
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-20Related: #i121289# printer options should have SID_SAVE_ONLY_USED_SYMBOLSTsutomu Uchino
2014-01-04Resolve fdo#72632 by adding missing breakArnaud Versini
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-12-09fdo#54938: Convert starmath to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-29cppcheck: duplicate break or break which follows a returnJulien Nabet
2013-09-20indent: Just some indenting for better readingAndres Gomez
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
2013-09-09OSL_ENSURE -> SAL_WARN_IFThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-02String -> OUStringIvan Timofeev
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-13removed unused definesTakeshi Abe
2012-03-12use string literal OUString overloadsLuboš Luňák
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-27remove include o pch header from starmathNorbert Thiebaud
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev