summaryrefslogtreecommitdiff
path: root/svx/source/dialog
AgeCommit message (Expand)Author
2015-09-14convert Link<> to typedNoel Grandin
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-10coverity#1323753 Logically dead codeCaolán McNamara
2015-09-10convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-09-03-fsanitize=vptrStephan Bergmann
2015-08-31convert Link<> to typedNoel Grandin
2015-08-27tdf#93558 Hardcode black text on white backgroundMaxim Monastirsky
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25tdf#92213 - avoid potential crasher from unusual idle handler.Michael Meeks
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
2015-08-18resolved: crash while closing ImageMap EditorSzymon Kłos
2015-08-17tdf#93102 : resolved crash on enabling image contourSzymon Kłos
2015-08-17tdf#93114 insert character: add missing recalculate for font selectionLászló Németh
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-16tdf#92411 : don't select all toolbar buttons in the ImageMap EditorSzymon Kłos
2015-08-12Resolves: tdf#93113 crash on revisiting insert special characterCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-06fix typo: rectange --> rectangleDennis Roczek
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-22tdf#92600 fix missing font preview in character set widgetLászló Németh
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-07-10Add an a11y action for items in the Special Characters dialogMatthew J. Francis
2015-07-08Limit the font preview text length.Ashod Nakashian
2015-07-08Fix typosAndrea Gelmini
2015-07-07spelling dialog always leaked hereCaolán McNamara
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-07-05Convert NUM_PAGETYPE_ to a scoped enumMaxim Monastirsky
2015-07-04Fix typosAndrea Gelmini
2015-07-03tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-19fix tabpage renderingLászló Németh
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe