summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-08-29move all the basic errcodes to one fileNoel Grandin1-0/+1
2017-08-27OUString: constify and avoid temporariesMatteo Casalin1-29/+22
2017-08-27Use 'else' for consecutive checks on rHint.GetId()Matteo Casalin1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-3/+3
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-1/+1
2017-08-24remove unused error codes in svtoolsNoel Grandin2-14/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin7-7/+7
2017-08-23tdf#111844 infobar icons/text on high dpiHeiko Tietze1-1/+1
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-3/+3
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-3/+4
2017-08-21tdf#111844 infobar icons on high dpiheiko tietze1-1/+1
2017-08-20tdf#107129: correct showing orderSzymon Kłos1-3/+4
2017-08-19drop unused SfxSizeItemJochen Nitschke1-1/+0
2017-08-18drop unused CntContentTypeItemJochen Nitschke1-1/+0
2017-08-18loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin2-5/+5
2017-08-17Fix typosAndrea Gelmini6-13/+13
2017-08-17implementing callback for ruler invalidationAditya Dewan1-0/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-5/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Removing unused serialisation codeVarun Dhall1-2/+0
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann2-4/+4
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin3-4/+4
2017-08-15tdf#109210 - Non-standard background color at the new controlsAkshay Deep1-2/+5
2017-08-15tdf#100864 Assign a tooltip to the button to close paneTakeshi Abe1-0/+1
2017-08-14Creating a button for the hamburger menuGökhan Gurbetoğlu1-1/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-9/+5
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-5/+5
2017-08-11tdf#111567: fix memleak in TemplateLocalView::insertItemsJulien Nabet1-2/+0
2017-08-10loplugin:unusedenumconstantsNoel Grandin1-8/+0
2017-08-09tdf#108802 : In SfxControllerItem::dispose do not directly...Dennis Francis1-1/+1
2017-08-08loplugin:unusedmethodsNoel Grandin2-21/+0
2017-08-08loplugin:constantparamNoel Grandin1-2/+1
2017-08-07Removing unused SfxItemPool serialisation from sfx2Varun Dhall2-33/+0
2017-08-07TSCP: simplify toolbar to only one combo box + configurationTomaž Vajngerl1-127/+79
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski1-5/+0
2017-08-03Delete nonsense commentTor Lillqvist1-2/+0
2017-08-03lok - add support for in place chart editingMarco Cecchetti4-5/+440
2017-08-03tdf#97745 use lowercase names for fileOlivier Hallot1-1/+1
2017-08-02tdf#97745 rename index,html to LOHelp.htmlOlivier Hallot1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin4-13/+13
2017-08-02split out VclBuilder static methodsCaolán McNamara1-4/+4
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara5-39/+5
2017-08-01move resmgr to unotoolsCaolán McNamara5-10/+9
2017-08-01Related: tdf#108655 only write to config if values changedCaolán McNamara1-9/+43
2017-08-01loplugin:checkunusedparamsNoel Grandin3-6/+6
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2-2/+2
2017-07-31tdf#109537: treat Temporary Internet Files as temp directoryMike Kaganski1-1/+28
2017-07-31Resolves: tdf#109007 SvxCharView is in sfx2 not cuiCaolán McNamara1-32/+32