summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Fix typosAndrea Gelmini2-2/+2
2017-03-28fix too small loop varJochen Nitschke1-2/+2
2017-03-28Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etcTor Lillqvist3-37/+55
2017-03-28Bin an unused and a used-once typedefTor Lillqvist1-3/+1
2017-03-28First steps to round-trip xlExternalLinkPath/xlPathMissing thingsTor Lillqvist2-3/+30
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas5-0/+7
2017-03-28sc: include cleanup for --enable_formula_loggerJochen Nitschke1-0/+1
2017-03-27tdf#39468 translate German source code commentsdennisroczek1-97/+24
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist2-33/+1
2017-03-27change int to enumJochen Nitschke1-6/+7
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-2/+2
2017-03-27handle date autofilter entries correctly, tdf#106214Markus Mohrhard4-26/+35
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky2-8/+0
2017-03-26uitest: add more IDs to autofilter elementsMarkus Mohrhard2-0/+5
2017-03-26uitest: add ability to open autofilter dialogMarkus Mohrhard1-0/+23
2017-03-26uitest: add id to autofilter popupMarkus Mohrhard1-0/+2
2017-03-25Fix typosAndrea Gelmini13-16/+16
2017-03-25Fix typosAndrea Gelmini16-17/+17
2017-03-25loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-24tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida4-2/+47
2017-03-24tdf#86119 Fix toggle behaviour of SID_NUMBER_TWODEC.Gulsah Kose2-2/+19
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin8-17/+17
2017-03-24Remove near-duplicated code.Kohei Yoshida1-20/+5
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann6-7/+0
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin22-128/+131
2017-03-23remove unused helpid in SfxShellNoel Grandin15-16/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin18-31/+29
2017-03-23convert SC_CELL_SHIFT_DISABLE to o3tl::typed_flags enumNoel Grandin6-14/+20
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin11-51/+63
2017-03-23convert INS_CONT constants to o3tl::typed_flags enumNoel Grandin3-13/+19
2017-03-23“Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos2-3/+3
2017-03-23Typo: boder->borderJulien Nabet1-5/+5
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+2
2017-03-22tdf#96099 Reduce no of typedefs used for trivial containersDennis Nielen1-5/+2
2017-03-22fix typo: bee --> be or beendennisroczek1-18/+17
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin3-4/+4
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin5-53/+0
2017-03-20remove unused defines from HRC files in sc(2)Noel Grandin4-289/+0
2017-03-19TyposJulien Nabet3-3/+3
2017-03-19Fix typos + some German translationsAndrea Gelmini2-2/+2
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-4/+4
2017-03-17Use SfxObjectFactory::GetFactoryName/URLMatteo Casalin3-5/+3
2017-03-17remove unused defines from HRC files in sc(1)Noel Grandin1-166/+0
2017-03-17cleanup double includes and declarationsJochen Nitschke2-7/+2
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin12-58/+55
2017-03-17CopyOneCellFromClip also copies one row ranges, tdf#106242Markus Mohrhard1-2/+2
2017-03-17tdf#104383: prevent crash during file load.Kohei Yoshida1-2/+14
2017-03-16the range should be updated after the references, tdf#104026Markus Mohrhard1-3/+3
2017-03-16use forward declaration for SfxItemSetJochen Nitschke1-0/+1
2017-03-16sc lok: Edit annotation by idPranav Kant2-3/+24