summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-11tdf#103632 - sc: tolerate OOB sort fields from UNO API.Michael Meeks1-0/+8
2016-11-07loplugin:expandablemethods in scNoel Grandin1-46/+39
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-0/+10
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-6/+6
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-2/+2
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-7/+7
2016-09-23convert formula error codes to scoped enumNoel Grandin1-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-32/+27
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-35/+23
2016-09-10loplugin:constantparam in scNoel Grandin1-2/+2
2016-09-02coverity#704000 silence Unchecked return valueCaolán McNamara1-4/+4
2016-08-30Translate some German comments and messagesMaarten Bosmans1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-4/+4
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-2/+2
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke1-9/+9
2016-07-26sc: replace GetScenarioData() calls with GetScenarioFlags()Jochen Nitschke1-18/+6
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-46/+46
2016-06-23Resolves: tdf#100460 queryContentCells doesn't count annotations...Caolán McNamara1-0/+10
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-2/+2
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara1-3/+3
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-5/+5
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-7/+7
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-21/+21
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-34/+22
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-7/+10
2016-03-23loplugin:constantparam in scNoel Grandin1-13/+13
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-10/+12
2016-03-10loplugin:constantparam in scNoel Grandin1-5/+5
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-6/+4
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-95/+95
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-3/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-22/+11
2015-10-28com::sun::star->css in scNoel Grandin1-12/+12
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-13/+13
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-22convert Link<> to typedNoel Grandin1-5/+4
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-7/+7
2015-09-18boost->stdCaolán McNamara1-11/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-10/+11