summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard1-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist1-23/+0
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin8-43/+43
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin4-4/+4
2014-10-02coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara1-1/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier1-1/+11
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+1
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin26-64/+64
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-17/+17
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-0/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist5-5/+5
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann1-17/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara4-9/+5
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos4-194/+14
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon1-2/+13
2014-08-07coverity#735805 Explicit null dereferencedCaolán McNamara1-4/+9
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály2-64/+13
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida1-2/+5
2014-07-04coverity#735805 dereference null valueNorbert Thiebaud1-3/+6
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard26-162/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin3-8/+8
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann3-25/+25
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann3-23/+23
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann3-28/+28
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold2-4/+0
2014-06-06coverity#735806 Dereference after null checkCaolán McNamara1-1/+1
2014-05-27Actually OK and Cancel is better here than Apply and Close.Kohei Yoshida1-6/+7
2014-05-21Keep only "Apply" and "Close".Kohei Yoshida1-9/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-4/+0
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold4-7/+7
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-3/+3
2014-04-29coverity#1210191 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-04-29coverity#1210194 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-04-29coverity#1210198 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-27constLuboš Luňák1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin9-24/+24
2014-04-22clean up hrc filesThomas Arnhold1-44/+0