summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke4-0/+4
2015-07-13tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers1-2/+1
2015-07-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky1-3/+1
2015-03-05Resolves tdf#78221 Cannot drag twice the same cell when editing formulaHenry Castro1-0/+2
2015-02-11tdf#79239: make the dialog closable with 'X' button againKatarina Behrens1-0/+1
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl1-0/+3
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon1-0/+4
2014-11-24Mark InsertTable SC_DLLPUBLIC, will need it in next commitTor Lillqvist1-1/+1
2014-11-18remove unneeded includesTomaž Vajngerl1-8/+0
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl2-0/+41
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna4-5/+5
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl2-0/+41
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti1-1/+0
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna2-3/+3
2014-11-04remove some unused code in scNoel Grandin2-4/+0
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist1-4/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky8-37/+37
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky1-2/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky8-31/+31
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon8-31/+31
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann8-13/+1
2014-10-14do not forward-declare templatesDavid Tardon1-1/+2
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida1-3/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca8-37/+37
2014-10-08Move this one to a common place too.Kohei Yoshida1-0/+8
2014-10-08Share undo doc creation code.Kohei Yoshida1-0/+17
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida1-0/+21
2014-10-03coverity#1242443 Identical code for different branchesCaolán McNamara1-1/+0
2014-10-03coverity#1242454 Identical code for different branchesCaolán McNamara1-1/+0
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida3-0/+40
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann8-25/+17
2014-09-30fdo#82577: Handle RegionNoel Grandin2-2/+2
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin153-321/+321
2014-09-19Move this header file to a better place.Kohei Yoshida1-0/+37
2014-09-18fdo#82577: Handle FontNoel Grandin9-18/+18
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-09-15sc: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-10callcatcher: update unused codeCaolán McNamara1-7/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-10/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin6-26/+26
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-0/+1
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+3