summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2014-11-27remove SAL_DEBUGEike Rathke1-1/+0
2014-11-27fdo#86169 fix completion of function name crashWinfried Donkers1-8/+15
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky1-0/+2
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl1-9/+9
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-1/+1
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky1-0/+1
2014-10-24Register the item type based on the SIDMaxim Monastirsky1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-3/+3
2014-10-23loplugin: cstylecastNoel Grandin8-71/+71
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-9/+9
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-3/+3
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-3/+3
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin6-34/+34
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-11/+11
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-9/+8
2014-09-05fdo#83481 Correct syntax for external references with all formula syntaxLaurent Balland-Poirier1-3/+16
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-1/+8
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan1-3/+3
2014-08-27callcatcher: update unused codeCaolán McNamara1-1/+0
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt1-1/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist2-3/+3
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-2/+4
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-3/+3
2014-08-07fdo#82241 fix autocompletion for calc functions withWinfried Donkers1-5/+6
2014-08-05handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard1-0/+28
2014-08-05use a anonymous namespace and sane function namesMarkus Mohrhard1-3/+7
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-1/+1
2014-07-27Dead declarationMaxim Monastirsky1-3/+0
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud3-13/+13
2014-06-25remove whitespaceMarkus Mohrhard10-86/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin7-186/+179
2014-06-23Translate German comments, fix some wsPhilipp Weissenbacher1-108/+97
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida4-20/+42