summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-29convert include/sfx2/filedlghelper.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-26fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/docJulien Nabet1-36/+15
2013-07-08rename sfx2 log area to sfxMichael Stahl1-2/+2
2013-07-08fdo#65055: sfx: fix automatic version on closeMichael Stahl1-2/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-15/+15
2013-05-21fix alignment in codeNoel Grandin1-8/+10
2013-05-02fdo#60780, refactor Save a Copy and fixÁdám Csaba Király1-10/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-158/+158
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-25fdo#60780, Save a Copy wipÁdám Csaba Király1-2/+13
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-53/+53
2013-03-15fix indentationMarkus Mohrhard1-1/+1