summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
AgeCommit message (Expand)Author
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15starmath: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-13Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-13warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold
2014-07-03use assert when followed by derefCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-14starmath: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-30starmath: sal_Bool->boolNoel Grandin
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-16sal_Bool to boolMatteo Casalin
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
2013-09-05String to OUString for SmDocShell::ReplaceBadCharsThomas Arnhold
2013-09-04remove intermediate Strings on res loadingCaolán McNamara
2013-09-04String to OUStringThomas Arnhold
2013-08-11String->OUStringIvan Timofeev
2013-07-25Revert "Fix memory leak in Math, by holding SmModel pointer"Fridrich Strba
2013-07-25Fix memory leak in Math, by holding SmModel pointerMarcos Paulo de Souza
2013-07-16String.AppendAscii() cleanup in mathRicardo Montania
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-20Math: new rendered Elements docking window addedTomaž Vajngerl
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith