summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20Avoid reserved identifiersStephan Bergmann
2016-07-20Fix typosAndrea Gelmini
2016-07-20Fix typosAndrea Gelmini
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20tdf#95505 Dump usage stats to text fileAybuke Ozdemir
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2016-07-19Fix a warning when DontTerminateEdit is mentionedPranav Kant
2016-07-18Resolves: tdf#100910 yes/no doesn't clear bgCaolán McNamara
2016-07-14sc lok: add more toolbar itemsHenry Castro
2016-07-13Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara
2016-07-13Resolves: tdf#100692 crash in sidebar on deleting image from writerCaolán McNamara
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna
2016-07-12sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENUMiklos Vajna
2016-07-12lok context menu: Include uno commands for submenus tooPranav Kant
2016-07-12lok context menu: Handle the case we only get the slot-id.Jan Holesovsky
2016-07-12lok context menu: Expose the disabled commands too.Jan Holesovsky
2016-07-12lok context menu: Expose context menuPranav Kant
2016-07-12coverity#1355501 Dereference after null checkCaolán McNamara
2016-07-12Use menu URLs for context menu interceptionMaxim Monastirsky
2016-07-12Context menus were never destructedMaxim Monastirsky
2016-07-12tdf#93837 sfx2: Allow loading xml menus by resource nameMaxim Monastirsky
2016-07-12nConfigId is always 0Maxim Monastirsky
2016-07-12tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky
2016-07-12loplugin:unusedfields variousNoel Grandin
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12sfx2: implement per-view LOK_CALLBACK_STATE_CHANGEDMiklos Vajna
2016-07-12tdf#95505 Dump usage stats to text file.aybuke
2016-07-12tdf#95505 Dump usage stats to text file in user profile.aybuke
2016-07-12tdf#96434 Activate usage data collection from commandline.aybuke
2016-07-12tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk
2016-07-12tdf#89329: use unique_ptr for pImpl in unoctitmXisco Fauli
2016-07-12loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin
2016-07-12loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-07-08tdf#100352 sfx classification: support localized policy filesMiklos Vajna
2016-07-08Add initial CppunitTest_sfx2_classificationMiklos Vajna
2016-07-08sfx2 classification toolbar: set state of all listboxes on status changeMiklos Vajna
2016-07-08sfx2 classification toolbar: add select handler to all listboxesMiklos Vajna
2016-07-08sfx2 classification toolbar: add listboxes for all policy typesMiklos Vajna
2016-07-08sfx2 classification toolbar: add a label next to the listboxMiklos Vajna
2016-07-08cppcheck: noExplicitConstructorCaolán McNamara