summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara1-19/+19
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin5-6/+7
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke4-5/+11
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke2-2/+0
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+3
2017-01-17use rtl::Reference in ScDPDimensions/ScDPHierarchies/ScDPLevelsNoel Grandin1-3/+3
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-5/+4
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin17-49/+55
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-2/+2
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke1-1/+8
2017-01-09New loplugin:externvar: scStephan Bergmann2-0/+7
2017-01-03tdf#95416 Two include files moved to sc/incabdulwd2-0/+674
2017-01-03tdf#87111 Warn about data loss when deleting source data of pivot tableAbhilash Singh1-1/+3
2017-01-01don't need to forward declare ImageList hereCaolán McNamara1-1/+0
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-1/+1
2016-12-23loplugin:unusedmethodsNoel Grandin3-27/+0
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida3-0/+25
2016-12-22Pass SfxPrinter by VclPtrStephan Bergmann1-1/+1
2016-12-22unwind RID_IMAGELIST_NAVCONT ImageListCaolán McNamara1-1/+11
2016-12-21drop GetImageManager use in sc and unwind ImageListCaolán McNamara1-0/+5
2016-12-12unwind RID_OUTLINEBITMAPS imagelistCaolán McNamara1-1/+12
2016-12-12manage OutlineBitmap imagelist directly in its owner userCaolán McNamara1-5/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin7-49/+9
2016-12-08Replace manual acquire/release calls with rtl::ReferenceStephan Bergmann1-3/+2
2016-12-05unwind sc RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara1-1/+2
2016-12-02coverity#1394668 Inferred misuse of enumCaolán McNamara1-0/+11
2016-11-30ScAddress::operator<() is not what we need here, tdf#48140 follow-up fixEike Rathke1-3/+24
2016-11-30tdf#50916 : Refactor table1.cxx wherever there is column accessDennis Francis1-0/+12
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke1-1/+1
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans1-7/+12
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke1-1/+3
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-2/+2
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-2/+24
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai1-0/+2
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai7-15/+17
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+0
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai4-11/+15
2016-11-20Remove some unused resource stringsTamás Zolnai1-11/+0
2016-11-20Remove unused macroTamás Zolnai1-2/+0
2016-11-17loplugin:unusedfieldsNoel Grandin1-1/+0
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-1/+0
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke3-2/+16
2016-11-14avoid reallocating if allocating once is enoughEike Rathke1-1/+1
2016-11-12loplugin:staticmethodsKohei Yoshida1-1/+1
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida1-3/+3
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida2-6/+6
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida9-8/+23
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida3-3/+3
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida4-4/+11