summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/drpcps.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Avoid reserved identifiersStephan Bergmann1-8/+8
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-6/+6
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-6/+6
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-6/+6
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-6/+6
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-10/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-19fix DropCap preview renderingLászló Németh1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-40/+40
2015-05-18cleanup SwDropCapsPageTomaž Vajngerl1-46/+53
2015-05-15refactor SwDropCapsPict to use RenderContextTomaž Vajngerl1-31/+37
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-4/+2
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+34
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-4/+4
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+21
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+7
2015-04-03Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara1-2/+2
2015-03-23loplugin:constantfunction: swNoel Grandin1-6/+1
2015-02-04tdf#88854 crash on opening drop capsCaolán McNamara1-1/+3
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-12-02loplugin: cstylecastNoel Grandin1-3/+3
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-4/+4
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-05-01break infinite loopLuboš Luňák1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8
2014-04-27constLuboš Luňák1-2/+2
2014-04-27surely std::min was the intentCaolán McNamara1-1/+1