summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-8/+8
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-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks4-5/+5
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-16/+16
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-9/+9
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-4/+4
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-10vclwidget: convert lots more sites to use VclPtrNoel Grandin2-1/+2
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin6-15/+22
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-7/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin11-94/+248
2015-04-09prophylactic double dispose audit.Michael Meeks2-1/+11
2015-04-09vcl:fixes towards unit test happinessNoel Grandin2-5/+9
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin10-39/+103
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe12-16/+16
2015-04-04Mark it as static and constTakeshi Abe1-1/+1
2015-04-04put local functions into an unnamed namespaceTakeshi Abe1-2/+2
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe6-41/+43
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-30/+30
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-8/+8
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann6-9/+9
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak1-0/+20
2015-03-26starmath: add test for detecting MathML's namespace prefix 'math:'Takeshi Abe2-0/+24
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-3/+3
2015-03-24loplugin:constantfunction: variousNoel Grandin1-3/+3
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin2-4/+4
2015-03-24convert SvxZoomType to enum classNoel Grandin2-13/+13
2015-03-24convert SfxChildAlignment to enum classNoel Grandin3-10/+10
2015-03-22Mark as staticTakeshi Abe2-3/+3
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-3/+1
2015-03-19loplugin:constantfunction: sotNoel Grandin1-1/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin5-15/+15
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe2-18/+11
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe3-28/+27
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe2-22/+17
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-2/+3
2015-03-10Spare extra call stackTakeshi Abe2-16/+0
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe3-8/+16