summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Translate German commentsJohnny_M3-4/+4
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen20-47/+11
2018-10-31cppCheck RedundantAssignment variable bRefFoundZdibák Zoltán1-2/+1
2018-10-31cppCheck RedundantAssignment variable pMergeAttrZdibák Zoltán1-2/+1
2018-10-31cppCheck RedundantAssignment variable pPatternZdibák Zoltán1-2/+1
2018-10-31cppCheck RedundantAssignment variable bRecordingZdibák Zoltán1-2/+1
2018-10-31RedundantAssignment variable aResult1Zdibák Zoltán1-2/+2
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2-0/+2
2018-10-304th parameter Flags for REGEX(), tdf#113977Eike Rathke3-7/+42
2018-10-30loplugin:returnconstantNoel Grandin1-2/+1
2018-10-30sc: Fix a wrong reference in a SMALL()'s test caseTakeshi Abe1-1/+1
2018-10-30Rewrite REGEX() to directly use icu::RegexMatcher, tdf#113977Eike Rathke1-20/+47
2018-10-30context menu: finish draw and calc context menuesandreas kainz2-2/+2
2018-10-29uitest for bug tdf#67346Zdeněk Crhonek1-0/+45
2018-10-29uitest for bug tdf#54197Zdeněk Crhonek3-0/+59
2018-10-29calc: sync calc popupmenu and toolbare files with writerandreas kainz10-35/+48
2018-10-29sc: fix: range/step calculation for progress barSerge Krot6-25/+88
2018-10-29loplugin:oncevarNoel Grandin2-24/+12
2018-10-29tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*Gabor Kelemen54-112/+60
2018-10-29Notebookbar: add context-Printpreview to calc tabbed NBandreas kainz2-0/+18
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-155/+142
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara1-1/+0
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara9-13/+13
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-218/+211
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-42/+27
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-112/+103
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski11-91/+36
2018-10-27uitest Calc signature lineZdeněk Crhonek3-0/+104
2018-10-27uitest: integrate the calc input bar into the ui testingMarkus Mohrhard1-0/+2
2018-10-27tdf#120856 sync shape, graphic, frame and ole contect toolbarandreas kainz2-36/+51
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski3-7/+3
2018-10-26tdf#120861 move paste special to a submenu in menubarandreas kainz1-3/+5
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke3-10/+49
2018-10-26missing includeStephan Bergmann1-0/+1
2018-10-26Let REGEX() return #N/A instead of #VALUE! if no match, tdf#113977 follow-upEike Rathke1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen50-0/+55
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin3-10/+5
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-9/+0
2018-10-26Change kScInterpreterMaxStrLen now result string length limit to 256MBEike Rathke1-2/+3
2018-10-26Use SAL_MAX_INT32 in CheckStringPositionArgument()Eike Rathke1-2/+2
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke2-4/+6
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke2-59/+48
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin5-10/+10
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke9-3/+77
2018-10-25tdf#118747 sc: use manual height for previous rows in TransferObjVasily Melenchuk1-0/+6
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin21-40/+37
2018-10-24ScDoubleItem is deadNoel Grandin7-77/+1
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-2/+2
2018-10-24calc context toolbar update celleditandreas kainz1-3/+7
2018-10-24calc context menu cell add styles support (like in writer)andreas kainz1-8/+25