summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-03LOK: Calc: autocomplete makes view to jump to a different placeMarco Cecchetti1-1/+5
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-22lok: these are not always plain asciiPranav Kant1-1/+1
2017-02-22Revert "Fix typos"jan iversen1-1/+1
2017-02-22Fix typosAndrea Gelmini1-1/+1
2017-02-16Translate some German comments in scKatarina Behrens1-58/+55
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-16sc lok: No need to set tiled rendering zoom herePranav Kant1-9/+0
2017-02-16sc lok: comments: Use tab.rowcolumn string as postit idPranav Kant1-2/+6
2017-02-16sc lok: Set appropriate ScViewOptions when annotations are offPranav Kant1-0/+4
2017-02-16sc lok: implement commandvalues command, ViewAnnotationsPranav Kant1-0/+59
2017-02-16sc: Use less expensive alternative to count total notesPranav Kant1-5/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-151/+38
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann1-0/+1
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-1/+1
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-9/+9
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann1-4/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-07sc: Allow paste to overwrite existing data in tiled editin mode.Michael Meeks1-0/+1
2016-10-07loplugin:staticaccessTor Lillqvist1-1/+1
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti1-0/+11
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-0/+7
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-2/+2
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-2/+2
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-46/+36
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-15/+0
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-15/+13
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna1-0/+14
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-07-29tdf#91665 l10n: Replace string list by separate strings in ScPrintUIOptionsMuhammet Kara1-15/+10
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-1/+2
2016-07-25sc: remove ScPointerChangedHint classJochen Nitschke1-17/+0
2016-07-19sc lok: notify other views about selection changes of multiple cellsMiklos Vajna1-0/+2
2016-07-19sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna1-1/+1
2016-06-21Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna1-4/+0
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna1-3/+1
2016-06-20cppcheck: catchExceptionByValueCaolán McNamara1-1/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-4/+1
2016-06-14sc: implement per-view resetSelection()Miklos Vajna1-1/+5
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann1-8/+7
2016-06-08sc lok: catch unhandled exceptionPranav Kant1-1/+15
2016-06-01WaE: loplugin:defaultparamsCaolán McNamara1-1/+1