summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
2015-03-06idle includes and enum useJennifer Liebel
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-01avoid NULL ptr deref.David Tardon
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-10tdf#79239: make the dialog closable with 'X' button againKatarina Behrens
2015-02-02Related: fdo#88455 crash using delete in available fieldsCaolán McNamara
2015-01-26coverity#1266480 silence Pointer to local outside scopeCaolán McNamara
2015-01-24Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard
2014-11-24timers: callback useless, remove timer completely.Tobias Madl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-02coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon
2014-08-07coverity#735805 Explicit null dereferencedCaolán McNamara
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida
2014-07-04coverity#735805 dereference null valueNorbert Thiebaud
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud