summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
AgeCommit message (Expand)AuthorFilesLines
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-1/+0
2016-05-30loplugin:unusedmethodsNoel Grandin1-6/+0
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+1
2016-03-19tdf#84938 replace #defined constant with scoped enum classJochen Nitschke1-2/+4
2016-03-18loplugin:constantparam in formulaNoel Grandin1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-03-10loplugin:constantparam in formulaNoel Grandin1-1/+1
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin1-2/+2
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31This can be a Window and not a DockingWindow nowCaolán McNamara2-216/+59
2016-01-31SfxChildWindow is always nullCaolán McNamara1-4/+2
2016-01-31so ScFunctionChildWindow doesn't appear to be needed anymoreCaolán McNamara1-33/+0
2016-01-31function list is always in the sidebar nowCaolán McNamara1-231/+28
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-3/+5
2015-12-14tdf#34094 : Allow column and row selections while creating a formulaDennis Francis1-1/+1
2015-12-01tdf#95990 - Calc is crashed when you double click on function in SidebaNoel Grandin1-3/+6
2015-11-16tdf#95824: Crash: when opening Function WizardJulien Nabet1-2/+1
2015-11-13sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary membersMichael Stahl1-27/+24
2015-11-13sc: rename static member ScFormulaDlg::pDocMichael Stahl1-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-22/+22
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-11/+8
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-8/+7
2015-09-23convert Link<> to typedNoel Grandin2-6/+4
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-09-17convert Link<> to typedNoel Grandin1-12/+5
2015-09-07WaE: -Werror, -Wunused-private-fieldCaolán McNamara1-1/+0
2015-09-07only one use of ScPrivatSplit, and that's for vertical splitCaolán McNamara2-97/+32
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+5
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-1/+1
2015-08-24tdf#93437: release reference held by ScFormulaReferenceHelperKatarina Behrens1-0/+1
2015-08-20Revert "tdf#93437: Re-enable input after closing formula wizard"Eike Rathke1-1/+0
2015-08-20tdf#93437: Re-enable input after closing formula wizardKatarina Behrens1-0/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni1-0/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-18/+0
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-6/+6
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1