summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-09-16tdf#101088 Add comments about translatable elements of classificationGabor Kelemen
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-15Some of our supported compilers don't do constexpr, which meansNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-14put all SfxShell feature flags in one typed_flags classJochen Nitschke
2016-09-14loplugin:overrideStephan Bergmann
2016-09-14sfx2: use range-based for loop in lokhelperMiklos Vajna
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna
2016-09-13tdf#102006 tweak start center and make it more a11y accessibleYousuf Philips
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13tdf#102065 Notebookbar: Menu bar disappears when cancelling dialogSzymon Kłos
2016-09-09loplugin:constantparam in sfx2Noel Grandin
2016-09-09Related: tdf#101921 get taborder to match visual orderCaolán McNamara
2016-09-09Resolves: tdf#101921 no tab navigation in style&formatting sidebarCaolán McNamara
2016-09-09Simplify SfxRecordingFloat_Impl by using SidebarToolBoxMaxim Monastirsky
2016-09-08Unused stringsMaxim Monastirsky
2016-09-07Notebookbar: fixed crash while using two modules simultaneouslySzymon Kłos
2016-09-07tdf#101812 Opening template manager switches to templates view in start centerAkshay Deep
2016-09-07tdf101964 Make the Styles category name translatable in Templates dialogGabor Kelemen
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-09-06tdf#101116 Improve accessibility of template managerYousuf Philips
2016-09-05tdf#101115 Make save as template dialog accessibleYousuf Philips
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-09-05convert ToolBoxButtonSize to scoped enumNoel Grandin
2016-09-05convert ExtTimeFieldFormat to scoped enumNoel Grandin
2016-09-05convert ExtDateFieldFormat to scoped enumNoel Grandin
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-04tdf#101779 Multiline tooltips in template managerMaxim Monastirsky
2016-09-04tdf#101852 Revert "tdf#101779 Allow multiline tooltips in template manager"Maxim Monastirsky
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna
2016-09-01std::list<sal_Int16> to vectorNoel Grandin
2016-09-01std::list<sal_Int16> to vectorNoel Grandin
2016-09-01sfx2: SfxCommonTemplateDialog_Impl can't even decide if...Michael Stahl
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-08-31let's make Impress crash less - SfxStyleFamily editionMichael Stahl
2016-08-31tdf#101779 Allow multiline tooltips in template managerMaxim Monastirsky
2016-08-31Revert "tdf#101440 Better rendering of tooltip in gtk2 and windows"Maxim Monastirsky
2016-08-31sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna
2016-08-31gtk3: Implement menubar hidingMaxim Monastirsky
2016-08-30default dtors are fine hereCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29cppcheck:noConstructor for SfxDockingWindow_ImplJochen Nitschke
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann
2016-08-25GSoC notebookbar: hiding menubarSzymon Kłos