summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin23-206/+68
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin2-2/+0
2016-06-23sfx2: exception on storage commit is an error (related: tdf#91807)Michael Stahl1-3/+3
2016-06-23map MenuToggleButton to GtkToggleButton with a custom menu propertyCaolán McNamara1-2/+2
2016-06-23Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna1-5/+0
2016-06-23GSoC tdf#87697 START CENTER: Indicate selected thumbnailviewAkshay Deep2-4/+14
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin9-54/+54
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-0/+25
2016-06-21tdf#100352 sfx classification: support localized policy filesMiklos Vajna1-0/+14
2016-06-21sfx2 lok: fix missing view cursors in a new viewMiklos Vajna2-1/+10
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-3/+9
2016-06-20tdf#79889 Make Recent Docs thumbnail titles consistent with recent files menuAkshay Deep1-2/+7
2016-06-18uitest: set ids for a few UI objects created in codeMarkus Mohrhard1-0/+6
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard2-7/+0
2016-06-18uitest: support selecting different tab pages in tab dialogMarkus Mohrhard1-1/+38
2016-06-18uitest: some small improvements for the TabDialog wrapperMarkus Mohrhard2-2/+14
2016-06-18uitest: move declaration for the uitesting wrapper objects to include/ dirMarkus Mohrhard2-2/+8
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard5-63/+8
2016-06-18uitest: work on supporting ui objects in sfx2 for uitestingMarkus Mohrhard6-0/+144
2016-06-18Get rid of unnecessary OUString creation in DeckTitleBarMuhammet Kara1-3/+2
2016-06-17LOK: change type of view ids to uintptr_tMiklos Vajna1-29/+30
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna2-20/+4
2016-06-17tdf#79198 START CENTER: Close button doesn't reappear after being clickedAkshay Deep1-0/+6
2016-06-17tdf#75369 Start Center: Non-installed applications aren't greyed outAkshay Deep2-0/+22
2016-06-17use assert, this time correctlyDavid Tardon1-1/+1
2016-06-17use assertDavid Tardon1-1/+1
2016-06-17tdf#90577 Start Center: Clear List item should more accessibleAkshay Deep3-32/+54
2016-06-17tdf#100423 Template Manager: ctrl + A and del should work correctlyAkshay Deep4-5/+12
2016-06-16tdf#100351 attempt to fix untranslatable stringOlivier Hallot1-2/+1
2016-06-16tdf#100068: ScreenshotId for tab dialogsKatarina Behrens1-0/+15
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna2-0/+26
2016-06-15Template Export: Don't overwrite the existing template in a directoryAkshay Deep1-1/+1
2016-06-15sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENUMiklos Vajna1-2/+10
2016-06-13Code cleanup: No need to explicitly show tooltips in Template ManagerAkshay Deep1-6/+0
2016-06-13loplugin:sallogareasStephan Bergmann10-18/+18
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-10/+10
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin5-5/+6
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-1/+1
2016-06-11coverity#1362677 Unchecked dynamic_castCaolán McNamara1-1/+1
2016-06-11coverity#1202784 Division or modulo by zeroCaolán McNamara1-1/+1
2016-06-11tdf#97087 Timers and idles should have programmer comprehensible, unique namesapurvapriyadarshi1-1/+1
2016-06-10Clean up uses of Any::getValue() in sfx2Stephan Bergmann1-1/+2
2016-06-10Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara3-14/+12
2016-06-10GSoC: Template Manager: Add respones for User InteractionAkshay Deep5-35/+45
2016-06-10Resolves: tdf#100181 quickstart crashes immediately without QuickstarterCaolán McNamara1-9/+2
2016-06-10sfx2: implement per-view LOK_CALLBACK_STATE_CHANGEDMiklos Vajna1-4/+14
2016-06-10GSoC: Template Manager: Enable Keyboard shortcutsAkshay Deep5-55/+129
2016-06-09Templates: Display titles and category as tooltipsAkshay Deep7-5/+30
2016-06-09tdf#100260 Template Manager: Cannot open context menu without mouseAkshay Deep6-14/+61
2016-06-09Template Manager: Improve "Rename Category" functionalityAkshay Deep1-30/+31