summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-6/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-1/+1
2015-04-10protect more printer code-paths.Michael Meeks1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-04-10fix thinko in starmath; time to sleep.Michael Meeks1-2/+2
2015-04-10more toolkit API adaptations.Michael Meeks1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-26/+26
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-6/+6
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe1-12/+15
2015-03-10Spare extra call stackTakeshi Abe1-13/+0
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe1-5/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-03drop unused includesTakeshi Abe1-3/+0
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