summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-2/+2
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-6/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-5/+6
2015-09-17boost->stdCaolán McNamara1-6/+5
2015-09-13Avoid getTokenCount in ScViewFunc::SetPrintRangesMatteo Casalin1-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner1-4/+4
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-2/+2
2015-06-15cppcheck:redundantConditionNoel Grandin1-2/+2
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-29sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro1-1/+18
2015-05-25sc LOKit callback for search not found.Henry Castro1-0/+4
2015-05-08sc tiled editing: Highlight the search resultHenry Castro1-0/+16
2015-05-05Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis1-0/+142
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-6/+6
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-6/+6
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-13/+13
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-1/+0
2014-10-28loplugin: cstylecastNoel Grandin1-9/+9
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-6/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-6/+6
2014-10-22Update all script types in the marked ranges up-front.Kohei Yoshida1-0/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-6/+6
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-6/+6
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+11
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+7
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+0
2014-07-01coverity#705845 Dereference before nullNorbert Thiebaud1-11/+11
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-8/+8
2014-06-25remove whitespaceMarkus Mohrhard1-32/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-266/+266
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida1-2/+12
2014-05-08Avoid possible memory leaks in case of exceptionsTakeshi Abe1-14/+8
2014-04-11fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-98/+0
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet1-0/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-53/+53
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3