summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2018-07-04loplugin:useuniqueptr in ScChart2DataSequenceNoel Grandin
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin
2018-07-04loplugin:useuniqueptr in ScCellsEnumerationNoel Grandin
2018-07-04loplugin:useuniqueptr in ScCellRangesBaseNoel Grandin
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin
2018-07-03loplugin:useuniqueptr in ScFunctionAccessNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-29loplugin:useuniqueptr in ScAnnotationEditSourceNoel Grandin
2018-06-29loplugin:useuniqueptr in ScCellFieldsObjNoel Grandin
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
2018-06-17tdf#42949 Fix IWYU warnings in sc/inc/P*Gabor Kelemen
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-07lok: sc: scroll issueMarco Cecchetti
2018-06-06Translate German comments and debug stringsJohnny_M
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil
2018-05-28DBase: synchronize DB types known on Calc with those known on BaseJulien Nabet
2018-05-28lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti
2018-05-28tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-04-18convert DelCellCmd to scoped enumNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-13make SdrObjUserData::Clone return std::unique_ptrNoel Grandin
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-09Make getSdrModelFromUnoModel work with SdrModel&Armin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-03lok - calc: add support for show/hide tabs in onlineMarco Cecchetti
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara