summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-2/+1
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-1/+2
2014-08-29This OpenGL window is uselessZolnai Tamás1-3/+0
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt1-3/+1
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-1/+1
2014-08-20Work around unhelpful MSVC error C2216: override cannot be used with inlineStephan Bergmann1-93/+93
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann1-2/+17