summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
AgeCommit message (Expand)Author
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-23fdo#80534 bad default value (0) for the number of rowsThomas Arnhold
2014-08-18include app.hrcThomas Arnhold
2014-08-18move strings to global fileThomas Arnhold
2014-08-18InfoBox MSG_WRONG_TABLENAME and MSG_ERR_TABLE_MERGE to StringThomas Arnhold
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-26Remove unuseful member variableMatteo Casalin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara
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-05Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-29coverity#1210169 Uninitialized scalar fieldCaolán McNamara
2014-04-29coverity#1210202 Uninitialized pointer fieldCaolán McNamara
2014-04-24some more hrc cleanupThomas Arnhold
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07untangle the bFmt == 2 hackCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-24sal_uInt16 to sal_Int32, reduce scopes, constifyMatteo Casalin
2014-03-24sal_uInt16 to size_t/longMatteo Casalin
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara