summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
AgeCommit message (Expand)AuthorFilesLines
2017-03-06tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl1-23/+40
2016-11-17Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-0/+4
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2-2/+2
2016-10-27loplugin:expandablemethods in swNoel Grandin1-16/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-34/+34
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-19coverity#1371115 Unchecked return valueCaolán McNamara1-1/+2
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-11/+11
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara2-3/+3
2016-06-27Move accessibility relations to .ui files, Part 11: tdf#87026Muhammet Kara1-5/+0
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara1-6/+0
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-5/+5
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin2-3/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-7/+7
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-9/+9
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-12-21loplugin:unusedfields in swNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-8/+8
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-23/+23
2015-10-16convert Link<> to typedNoel Grandin2-13/+8
2015-10-15convert Link<> to typedNoel Grandin1-15/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-12convert Link<> to typedNoel Grandin1-7/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-4/+4
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-11/+16
2015-09-17boost->stdCaolán McNamara3-5/+4
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-5/+6
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-70/+41
2015-08-21loplugin: defaultparamsNoel Grandin2-12/+12
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-5/+5
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier7-344/+344
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-15refactor AutoFmtPreview to use RenderContextTomaž Vajngerl1-120/+149
2015-05-12sw: Hopefully the last round of renames.Jan Holesovsky2-7/+7
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-1/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1