summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshell.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-29tdf#72205 when saving changes, mark we did a prepareCloseLionel Elie Mamane1-0/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-2/+3
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+0
2014-08-25convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara1-2/+3
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-3/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl1-1/+1
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-1/+2
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-5/+5
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-20/+18
2014-04-15svx: sal_Bool->boolNoel Grandin1-21/+21
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-5/+5
2014-03-11svx: sal_Bool->boolNoel Grandin1-6/+6
2014-02-26Remove visual noise from svxAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-30/+30
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-01-28bool improvementsStephan Bergmann1-11/+11
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann1-1/+1
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-1/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-4/+4
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann1-3/+0
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1