summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-15use a scoped_ptr hereMarkus Mohrhard1-7/+4
2013-03-15initial work on an odc exportMarkus Mohrhard1-0/+27
2013-03-15let us pass this parameter by valueMarkus Mohrhard1-1/+1
2013-03-07fdo#46808, remove unnecessary XMultiServiceFactory usageNoel Grandin1-22/+8
2013-03-03drop unneeded includeDavid Tardon1-1/+0
2013-03-01raise warning when saving macro laden doc as a macro-free format bnc#791777Noel Power1-0/+55
2013-02-25loplugin: improve indentationThomas Arnhold1-10/+12
2013-02-22Better debugging messagesStephan Bergmann1-1/+2
2013-01-21Fix spelling misteakTor Lillqvist1-23/+23
2012-12-07loplugin: various unused variablesCaolán McNamara1-1/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-27/+47
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-1/+1
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-3/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-3/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-3/+2
2012-09-05Some clean up of previous commitStephan Bergmann1-18/+4
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-7/+3
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-27/+21