summaryrefslogtreecommitdiff
path: root/framework/source/loadenv
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-21tdf#115683 there are other cases of dialogs before document loadCaolán McNamara1-3/+34
2018-03-20Resolves: tdf#114648 don't show new document until wizard is finishedCaolán McNamara1-1/+2
2018-03-13tdf#116277 blank frame into which document will load shown too earlyCaolán McNamara1-1/+3
2018-01-18framework: disable layout manager in hidden framesMiklos Vajna1-1/+3
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-3/+3
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-2/+2
2017-11-24set new document window as parent for dialogs during loadCaolán McNamara1-7/+29
2017-11-23Related: tdf#113160 set a temporary dialog parent during type detectionCaolán McNamara1-23/+8
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-8/+23
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara1-4/+0
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-0/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-4/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+2
2017-02-16convert LoadEnv::EFeature to o3tl::typed_flagsNoel Grandin1-4/+4
2017-02-16drop unused enumerators from TargetHelper::ESpecialTargetNoel Grandin1-12/+0
2017-02-16convert FrameListAnalyzer::EDetect to scoped enumNoel Grandin1-4/+4
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-06loplugin:unusedenumconstants in frameworkNoel Grandin2-27/+27
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+4
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-1/+0
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin1-0/+1
2016-11-28orcus is mandatory nowMarkus Mohrhard1-13/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-8/+8
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-7/+3
2016-10-03Fix typosAndrea Gelmini1-7/+7
2016-08-10Revert "tdf#98837 - Fail loading a new document with read only property set t...Tor Lillqvist1-15/+3
2016-05-04LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky1-0/+1
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-0/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2016-04-11tdf#48300 bring window to top and restore window when minimized.Mark Hung1-1/+1
2016-04-05loplugin:constantparamNoel Grandin1-7/+4
2016-04-05tdf#98837 - Fail loading a new document with read only property set to trueAkash Jain1-3/+15
2016-04-01sequence->vector in frameworkNoel Grandin1-1/+1
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky1-3/+0
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-3/+3
2016-02-10tdf#97435: Avoid persistent window state crack when used from LibreOfficeKitTor Lillqvist1-1/+6
2016-02-09Revert "tdf#97435: Avoid persistent window state crack when headless"Tor Lillqvist1-5/+1
2016-02-09tdf#97435: Avoid persistent window state crack when headlessTor Lillqvist1-1/+5
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-7/+5