summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-12-15starmath: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-03loplugin: cstylecastNoel Grandin1-4/+4
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-13Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-4/+4
2014-08-13warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-14starmath: remove SAL_INFO's that only mark function entryNoel Grandin1-74/+0
2014-04-30starmath: sal_Bool->boolNoel Grandin1-8/+8
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-3/+2
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-8/+8
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-02-26Remove visual noise from starmathAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-38/+38
2013-09-05String to OUString for SmDocShell::ReplaceBadCharsThomas Arnhold1-18/+11
2013-09-04remove intermediate Strings on res loadingCaolán McNamara1-4/+4
2013-09-04String to OUStringThomas Arnhold1-14/+14
2013-08-11String->OUStringIvan Timofeev1-1/+1
2013-07-25Revert "Fix memory leak in Math, by holding SmModel pointer"Fridrich Strba1-3/+4
2013-07-25Fix memory leak in Math, by holding SmModel pointerMarcos Paulo de Souza1-4/+3
2013-07-16String.AppendAscii() cleanup in mathRicardo Montania1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-3/+2
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-40/+39
2013-05-20Math: new rendered Elements docking window addedTomaž Vajngerl1-3/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-3/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2012-12-06SID_SAVE_ONLY_USED_SYMBOLS missing from starmath print options itemsetCaolán McNamara1-0/+1
2012-10-29String -> OUStringIvan Timofeev1-4/+8
2012-08-10SmDocShell::readFormulaOoxml: yes, just voidMiklos Vajna1-2/+1
2012-08-03Translated German comments in starmath (fdo#39468)Alexander Wilms1-14/+10
2012-08-03SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variableMiklos Vajna1-2/+2
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna1-2/+2
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna1-1/+1
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna1-0/+11