summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-31loplugin:oncevarNoel Grandin2-2/+2
2017-07-28fix indentationMarkus Mohrhard1-70/+70
2017-07-28loplugin:constparams handle constructorsNoel Grandin9-11/+11
2017-07-28sfx2 lokhelper: indentation fixesMiklos Vajna1-2/+2
2017-07-28sfx2: fix inconsistent param naming in interface/implementationMiklos Vajna1-5/+5
2017-07-28loplugin:checkunusedparams more part1Noel Grandin2-3/+3
2017-07-26convert SfxGroupId to scoped enumNoel Grandin4-333/+333
2017-07-25Clear Recent View and Fav view using Right ClickAkshay Deep1-0/+55
2017-07-25convert UNO event ids to scoped enumNoel Grandin2-5/+6
2017-07-25loplugin:unusedmethodsNoel Grandin5-22/+0
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin4-27/+21
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin2-73/+0
2017-07-24loplugin:unusedfields some writeonly fieldsNoel Grandin2-7/+0
2017-07-23Removed duplicated includesAndrea Gelmini10-10/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-1/+1
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-0/+1
2017-07-21add msgctxt to new stringsCaolán McNamara1-1/+1