summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
AgeCommit message (Expand)AuthorFilesLines
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann3-3/+4
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann1-2/+2
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-2/+36
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin2-3/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin2-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-3/+3
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann3-6/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann3-6/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann2-4/+2
2015-04-30Gradually typed LinkStephan Bergmann23-35/+35
2015-04-29cui: loplugin:literaltoboolconversionMichael Stahl1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann6-34/+9
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-7/+7
2015-04-29on using 'add' color button, don't frighten with an errorCaolán McNamara2-41/+55
2015-04-29convert CT_ constants to scoped enumNoel Grandin11-97/+97
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin3-6/+6
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-5/+5
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin1-9/+9
2015-04-29convert CS_ constants to scoped enumNoel Grandin2-7/+7
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl5-7/+7
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks31-395/+1454
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann1-5/+5
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann22-43/+43
2015-04-27More loplugin:simplifyboolStephan Bergmann4-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann4-13/+11
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-10/+10
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann2-7/+6
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-3/+3
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-18cui: convert new to ::Create.Michael Meeks8-10/+10
2015-04-17tdf#82784: cui: Area tab page: do not override imported bitmapsMichael Stahl1-18/+28
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks29-157/+134
2015-04-17Clean up conversion from TriState to boolStephan Bergmann1-2/+6
2015-04-15loplugin:cstylecastNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-14Remove checks for HTMLMODE_SOME_STYLESHarri Pitkänen1-2/+0
2015-04-14loplugin:cstylecastNoel Grandin1-1/+1
2015-04-13More lifecycle correction.Michael Meeks1-3/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13Related tdf#34467: Fit to Frame for text boxes is brokenJulien Nabet1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks9-13/+13
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks6-57/+56
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin8-29/+29
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks1-2/+1
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-3/+3
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks1-3/+3