summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-1/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-10WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist1-13/+0
2015-09-10remove more warnings about vba exportMarkus Mohrhard1-35/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-16this is assigned back to a sal_Int8 anywayCaolán McNamara1-3/+3
2015-07-16fix windows buildNoel Grandin1-1/+1
2015-07-16SaveAsRemote: corresponding dialog typeSzymon Kłos1-1/+15
2015-07-16Working toolbar entry: Save As > Remote fileSzymon Kłos1-10/+23
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-5/+5
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+4
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-2/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-5/+5
2015-04-13tdf#90478: Hide explanation on ODF when default format is alienJacobo Aragunde Pérez1-3/+5
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero1-12/+37
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-29/+29
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara1-3/+5
2014-07-22do not unescape sequence in original name in GetRecommendedName()Eike Rathke1-3/+3
2014-07-14fdo#81304 don't parse file name as part of URLDavid Tardon1-1/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-05-05Fix indentationMaxim Monastirsky1-2/+4
2014-04-20adjust output file extension when exporting (bnc#870581)Luboš Luňák1-0/+3
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-69/+69
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-3/+4
2014-02-26Remove visual noise from sfx2Alexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-36/+36
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-28bool improvementsStephan Bergmann1-4/+4
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-6/+6
2013-11-04fdo#68099 Move pdf viewer call to GUI related codeMaxim Monastirsky1-0/+16
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-26/+40