summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsha.cxx
AgeCommit message (Expand)Author
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-18Related: tdf#42629 Improve the readability of the status bar functionsDag Wieers
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis
2016-01-31implement missing FID_FUNCTION_BOX GetStateCaolán McNamara
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29Revert "do not use unlimited precision in status bar"Eike Rathke
2015-09-28do not use unlimited precision in status barEike Rathke
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-07tdf#39468 translated german comments in tabvwsha.cxx and tabvwshb.cxxAlbert Thuswaldner
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2014-12-05fdo85897 Make 'Function List' only accessible in sidebarSamuel Mehrbrodt
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-21WaE: -Werror=unused-variableCaolán McNamara
2014-03-21Make it harder to accidentally set print range to '- none -'.Kohei Yoshida
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida
2014-01-22Use scoped_ptr for these.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/.../tabvwsh.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey