summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
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
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold
2014-06-06coverity#735806 Dereference after null checkCaolán McNamara
2014-05-27Actually OK and Cancel is better here than Apply and Close.Kohei Yoshida
2014-05-21Keep only "Apply" and "Close".Kohei Yoshida
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-29coverity#1210191 Uninitialized pointer fieldCaolán McNamara
2014-04-29coverity#1210194 Uninitialized scalar fieldCaolán McNamara
2014-04-29coverity#1210198 Uninitialized pointer fieldCaolán McNamara
2014-04-27constLuboš Luňák
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-22clean up hrc filesThomas Arnhold
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold