summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
AgeCommit message (Expand)Author
2016-03-24starmath: nCount == aVector.size()Takeshi Abe
2016-02-19starmath: Avoid C-style castTakeshi Abe
2016-02-18starmath: Avoid C-style castTakeshi Abe
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl
2016-01-06starmath: Fix bogus warningTakeshi Abe
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-08-21loplugin:defaultparamsNoel Grandin
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10fix thinko in starmath; time to sleep.Michael Meeks
2015-04-10more toolkit API adaptations.Michael Meeks
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe
2015-03-10Spare extra call stackTakeshi Abe
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-03drop unused includesTakeshi Abe
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