summaryrefslogtreecommitdiff
path: root/svx/source/inc
AgeCommit message (Expand)Author
2016-07-20clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-12Remove excess newlinesChris Sherlock
2016-05-11tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-11Fix MSVC build: Need to delete copy ctor and operator=Tor Lillqvist
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann
2015-09-26convert Link<> to typedNoel Grandin
2015-09-25convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-04convert Link<> to typedNoel Grandin
2015-09-03convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-17make Link<> typedNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-24convert GA_ constants to enum classNoel Grandin
2015-07-17Convert form control buttons to the generic controllerMaxim Monastirsky
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-07-10Add an a11y action for items in the Special Characters dialogMatthew J. Francis
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-06-28coverity#1308549 Uncaught exceptionCaolán McNamara