summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
AgeCommit message (Expand)Author
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-18sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky
2016-03-16sc lok bccu#1519: Broadcast cell size changes, they affect the document size.Jan Holesovsky
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-08sc tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna
2015-10-08sc tiled rendering: no need to show this dialogMiklos Vajna
2015-10-07sc tiled rendering: fix showing all search resultsMiklos Vajna
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
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-13Avoid getTokenCount in ScViewFunc::SetPrintRangesMatteo Casalin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-29sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro
2015-05-25sc LOKit callback for search not found.Henry Castro
2015-05-08sc tiled editing: Highlight the search resultHenry Castro
2015-05-05Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks