summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)AuthorFilesLines
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara4-12/+12
2015-09-17boost->stdCaolán McNamara4-12/+12
2015-09-17convert Link<> to typedNoel Grandin2-4/+3
2015-09-17remove unused Link<> fieldsNoel Grandin1-3/+0
2015-09-17convert Link<> to typedNoel Grandin1-9/+13
2015-09-15convert Link<> to typedNoel Grandin2-5/+4
2015-09-14convert Link<> to typedNoel Grandin1-5/+3
2015-09-12Use sal_Int32 and LISTBOX_ENTRY_NOTFOUND for GetSelectEntryPosMatteo Casalin1-6/+6
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin4-8/+8
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-09convert Link<> to typedNoel Grandin1-5/+4
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-09-08convert Link<> to typedNoel Grandin6-15/+12
2015-09-07convert Link<> to typedNoel Grandin1-4/+4
2015-09-04convert Link<> to typedNoel Grandin2-4/+2
2015-09-03convert Link<> to typedNoel Grandin1-3/+1
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-3/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-6/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin19-149/+103
2015-08-25make pWindow private in SfxChildWindowNoel Grandin2-6/+5
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin2-3/+1
2015-08-20loplugin:defaultparamsNoel Grandin8-15/+15
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+4
2015-08-11cppcheck: noExplicitConstructorCaolán McNamara1-4/+5
2015-07-24convert ImageAlign to enum classNoel Grandin1-1/+1
2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin1-3/+0
2015-07-21loplugin:unusedmethods sdNoel Grandin2-30/+0
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl2-9/+14
2015-07-06tdf79312: disable auto-close spelling dialog for sw, sdMarek Doležel1-16/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-10sd: fix gcc-4.7 buildMiklos Vajna1-8/+8
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-08Resolves: tdf#91932 enable CaseMap property in impress/drawCaolán McNamara3-3/+0
2015-06-07Related: tdf#89905 these PalettePath uses appear to really be UserConfigPathCaolán McNamara1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-8/+8
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh2-3/+3
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-3/+3
2015-05-22loplugin:constantfunctionNoel Grandin2-11/+0
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin2-6/+6
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-16refactor ClientBox to use RenderContextTomaž Vajngerl2-110/+110
2015-05-15refactor PresLayoutPreview to use RenderContextTomaž Vajngerl1-33/+33