summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke1-1/+1
2014-11-28set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-11-28sanitize viewdata col/row valuesEike Rathke1-7/+4
2014-11-20One more IsMapMode() -> IsMapModeEnabled().Jan Holesovsky1-1/+1
2014-11-19Resolves: rhbz#1165444 abrt crash with NULL pViewCaolán McNamara1-5/+2
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt2-6/+0
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl3-0/+18
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl3-0/+18
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-4/+4
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti3-10/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-3/+3
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2-3/+3
2014-11-04remove some unused code in scNoel Grandin1-33/+0
2014-11-03fdo#85403 broadcast changes after TextToColumnEike Rathke1-0/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin2-4/+4
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-10/+10
2014-10-28loplugin: cstylecastNoel Grandin38-455/+455
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-2/+2
2014-10-24fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky24-153/+155
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky23-116/+116
2014-10-22Update all script types in the marked ranges up-front.Kohei Yoshida1-0/+2
2014-10-22callcatcher: update unused codeCaolán McNamara1-2/+2
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist4-6/+14
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon23-116/+116
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin19-42/+42
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida1-75/+4
2014-10-09InsertCurrentTime: in input mode inherit matching format if setEike Rathke1-7/+17
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca24-155/+153
2014-10-08Move this one to a common place too.Kohei Yoshida1-6/+3
2014-10-08Share undo doc creation code.Kohei Yoshida1-44/+2
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida1-9/+3
2014-10-06Resolves: fdo#80101 inserting non-chart as chart -> unhandled exceptionCaolán McNamara1-0/+5
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+6
2014-10-04coverity#1242818 Unused valueNorbert Thiebaud1-2/+0
2014-10-04coverity#1242771 Unused valueNorbert Thiebaud1-1/+0
2014-10-03coverity#1242443 Identical code for different branchesCaolán McNamara1-8/+0
2014-10-03coverity#1242454 Identical code for different branchesCaolán McNamara1-8/+0
2014-10-03coverity#1242477 Dereference null return valueCaolán McNamara1-0/+3
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida2-0/+16
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-1/+0
2014-10-02coverity#1242506 silence Arguments in wrong orderCaolán McNamara1-1/+1
2014-10-02coverity#1242872 Unused valueCaolán McNamara1-2/+0
2014-10-02coverity#735819 Unchecked dynamic_castCaolán McNamara1-2/+2