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