summaryrefslogtreecommitdiffstats
path: root/starmath/source/unomodel.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptionsMuhammet Kara2016-08-011-14/+9
* Clean up uses of Any::getValue() in starmathStephan Bergmann2016-06-101-14/+13
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* starmath: Drop redundant IsFormulaArranged() checkTakeshi Abe2016-05-301-2/+1
* starmath: Make some functions of SmDocShell publicTakeshi Abe2016-05-281-3/+3
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-2/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-8/+2
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-4/+2
* starmath: Avoid C-style castTakeshi Abe2016-05-031-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* starmath: nCount == aVector.size()Takeshi Abe2016-03-241-5/+1
* starmath: Avoid C-style castTakeshi Abe2016-02-191-6/+6
* starmath: Avoid C-style castTakeshi Abe2016-02-181-4/+4
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* sequence->vector in PrinterOptionsHelperNoel Grandin2016-01-311-1/+1
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-1/+1
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-3/+3
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-4/+4
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-3/+3
* starmath: only use WordProcessingML elements in DOCX filesMichael Stahl2016-01-151-2/+5
* starmath: Fix bogus warningTakeshi Abe2016-01-061-1/+1
* tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza2015-11-101-0/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-4/+3
* loplugin:defaultparamsNoel Grandin2015-08-211-1/+1
* loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin2015-05-261-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-5/+5
|\
| * second half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-1/+1
| * protect more printer code-paths.Michael Meeks2015-04-101-1/+1
| * wrap more stuff in VclPtrNoel Grandin2015-04-101-2/+2
| * fix thinko in starmath; time to sleep.Michael Meeks2015-04-101-2/+2
| * more toolkit API adaptations.Michael Meeks2015-04-101-2/+2
* | use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2015-04-211-6/+3
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* | convert SfxObjectCreateMode to scoped enumNoel Grandin2015-04-101-1/+1
|/
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-071-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-26/+26
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-6/+6
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe2015-03-131-12/+15
* Spare extra call stackTakeshi Abe2015-03-101-13/+0
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe2015-03-051-5/+4
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* drop unused includesTakeshi Abe2015-01-031-3/+0
* coverity#1247645 Uncaught exceptionCaolán McNamara2014-10-171-1/+1