summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Use a single method of converting between points and 100th mm in starmathStephan Bergmann1-7/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-08-01tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptionsMuhammet Kara1-14/+9
2016-06-10Clean up uses of Any::getValue() in starmathStephan Bergmann1-14/+13
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-30starmath: Drop redundant IsFormulaArranged() checkTakeshi Abe1-2/+1
2016-05-28starmath: Make some functions of SmDocShell publicTakeshi Abe1-3/+3
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-8/+2
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-4/+2
2016-05-03starmath: Avoid C-style castTakeshi Abe1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-24starmath: nCount == aVector.size()Takeshi Abe1-5/+1
2016-02-19starmath: Avoid C-style castTakeshi Abe1-6/+6
2016-02-18starmath: Avoid C-style castTakeshi Abe1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-4/+4
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-2/+5
2016-01-06starmath: Fix bogus warningTakeshi Abe1-1/+1
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+3
2015-08-21loplugin:defaultparamsNoel Grandin1-1/+1
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin1-2/+2
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