summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numpages.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-6/+6
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-3/+3
2016-04-20SvxNumberFormat::SetIncludeUpperLevels takes a sal_uInt8, not a sal_BoolStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in editengNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin1-6/+3
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-4/+4
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-11-12fix tdf#95689 - List indent is brokenNoel Grandin1-0/+15
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-8/+8
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-8/+8
2015-10-16convert Link<> to typedNoel Grandin1-15/+14
2015-10-15convert Link<> to typedNoel Grandin1-39/+31
2015-10-12convert Link<> to typedNoel Grandin1-41/+35
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-4/+0
2015-09-24convert Link<> to typedNoel Grandin1-6/+11
2015-09-14boost->stdCaolán McNamara1-2/+1
2015-09-08convert Link<> to typedNoel Grandin1-21/+11
2015-08-26Clean up aEmptyStrStephan Bergmann1-34/+26
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-16/+10
2015-08-14loplugin: defaultparamsNoel Grandin1-16/+16
2015-07-05Convert NUM_PAGETYPE_ to a scoped enumMaxim Monastirsky1-7/+3
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-13/+13
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-14refactor cui tabpages controls to use RenderContextTomaž Vajngerl1-86/+76
2015-05-12tdf#91904-Import Image for bullets through "Add and Resize" ButtonHeena Gupta1-0/+109
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-1/+2
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-5/+3
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-21/+133
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-12/+12
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-18/+18
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin1-1/+1