summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/shapeuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-47/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-36/+36
2014-02-26Resolves: #i123672# Made data used in ScPrintFunc to prepare...Armin Le Grand1-1/+2
2014-02-25coverity#737681 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-25coverity#737680 Uncaught exceptionCaolán McNamara1-1/+4
2014-02-25coverity#737679 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-30fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke1-2/+1
2014-01-29coverity#1158320 Uncaught exceptionCaolán McNamara1-2/+2
2014-01-28coverity#1158319 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-27coverity#1158321 Uncaught exceptionCaolán McNamara1-5/+4
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-8/+9
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+4
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-25/+25
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-07Resolves: #i121136# Improve Spreadsheet performance in some areasWang Lei1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-42/+42
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-8/+8
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-2/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]1-0/+54
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-14/+14
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-1/+1
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-06-03fix typo in commentCaolán McNamara1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-5/+4
2011-03-18simplify lcl_GetRelativePos.Caolán McNamara1-16/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-14/+14
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-4/+4
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-01-19Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara1-34/+29
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-1/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-11/+11
2010-11-30Import hyperlinks of textboxes/shapes - n#655216Muthu Subramanian K1-2/+6
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-29/+29
2010-10-16UNO APIs for size and moveProtect of notes.Muthu Subramanian K1-0/+17