summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/textuno.cxx
AgeCommit message (Expand)Author
2015-03-06V801: Decreased performanceCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin
2013-05-20Fix memory leak.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-04-26Evil manual reference counter manipulations. Let's murder them.Kohei Yoshida
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida
2012-04-26Fixed API Test for ScHeaderFooterTextCursor.Kohei Yoshida
2012-04-26Fixed memory leak. The edit source gets cloned in SvxUnoText.Kohei Yoshida
2012-04-26Another place where ScHeaderFieldObj was still referenced.Kohei Yoshida
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida
2012-04-26Simplified the constructors.Kohei Yoshida
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida