summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2015-07-18tdf#91495 don't change tree entry height when preview is disabledTomaž Vajngerl1-2/+5
2015-07-17use search from StyleManager in "Style & Formatting"Tomaž Vajngerl1-11/+18
2015-07-17tdf#91495 add property to turn off stlye previewsTomaž Vajngerl1-7/+16
2015-07-16added RemoteFilesDialog support in FileDialogHelper_ImplSzymon Kłos1-0/+2
2015-07-16RemoteFilesDialogSzymon Kłos2-0/+13
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin4-11/+3
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-2/+2
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+1
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-07-04coverity#1308604 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-30tdf#90452: Remove the frame around the Help and Extension buttons.Jan Holesovsky2-18/+0
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky2-9/+11
2015-06-29tdf#92047 - cleanup logic.Michael Meeks1-7/+22
2015-06-29rendercontext: Simplify.Jan Holesovsky1-18/+8
2015-06-29Resolves: tdf#92047 fix wrong merge conflict resolutionCaolán McNamara1-1/+1
2015-06-27WaE: redundant const_castDavid Tardon1-1/+1
2015-06-26fix style preview renderingLászló Németh1-25/+27
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-4/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky3-6/+5
2015-06-22tdf#91971: Add the menubar size to the height computation too.Jan Holesovsky1-1/+11
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-5/+2
2015-06-09sfx2: WaE: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-05the only thing that calls ActivateNextChild_Impl is itselfCaolán McNamara1-55/+0
2015-06-02cppcheck: redundantAssignmentCaolán McNamara1-2/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin3-10/+10
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-3/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin3-5/+5
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks1-0/+3
2015-05-21convert SWIB constants to scoped enumNoel Grandin2-9/+8
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-20/+11
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin2-2/+2
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-14refacotr InfoBar to use RenderContextTomaž Vajngerl1-4/+4
2015-05-14refactor SfxDockingWindow to use RenderContextTomaž Vajngerl1-152/+55