summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-4/+3
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2018-08-29loplugin:constantparam (3)Noel Grandin1-1/+1
2018-08-10Use ASCII literals in indexOf and compare result against 0Matteo Casalin1-4/+4
2018-08-10Reduce OUString operationsMatteo Casalin1-14/+10
2018-08-10Fix whitespacesMatteo Casalin1-2/+1
2018-08-10Avoid getTokenCount/getToken to get last tokenMatteo Casalin1-3/+2
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin1-6/+2
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin1-2/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+1
2018-04-06weld linkeditdialogCaolán McNamara1-2/+2
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin1-1/+1
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-5/+5
2018-02-07Use for-range loops in sfx2 (part1)Julien Nabet1-2/+2
2018-01-13gpg4libre: open encrypted files also via gpgThorsten Behrens1-0/+9
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2017-11-23move preventduplicateinteraction from framework to sfx2 consumerCaolán McNamara1-3/+3
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-5/+5
2017-09-02set parent for open file dialogCaolán McNamara1-2/+2
2017-07-28fix indentationMarkus Mohrhard1-70/+70
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-11/+9
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-3/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-4/+0
2017-05-19loplugin:stringcopy: sfx2Stephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-07sfx2: introduce a new .uno:SignPDFMiklos Vajna1-2/+17
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-29coverity#1362173 Dereference after null checkCaolán McNamara1-3/+2
2016-05-25Template Manager: Filter by Application (Default)Akshay Deep1-0/+10
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in sfx2Noel Grandin1-2/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-3/+7
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-23/+18
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-3/+3
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-9/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1