summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/macroass.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-10SfxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann1-12/+9
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-4/+4
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-18/+18
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-5/+5
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+10
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-2/+0
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+2
2014-12-09changed timers to idleJennifer Liebel1-5/+5
2014-10-23loplugin: cstylecastNoel Grandin1-10/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-04-16cui: sal_Bool->boolNoel Grandin1-5/+5
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-28bool improvementsStephan Bergmann1-6/+6
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-23make event assign dialog horizontalCaolán McNamara1-1/+2
2014-01-23convert event assign page to .ui formatCaolán McNamara1-74/+41
2014-01-23rename SfxConfigFunctionListBox_Impl to SfxConfigFunctionListBoxCaolán McNamara1-1/+1
2014-01-23rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBoxCaolán McNamara1-1/+1
2014-01-22rename _HeaderTabListBox to MacroEventListBoxCaolán McNamara1-2/+2
2013-10-01convert CUI module from String to OUStringNoel Grandin1-28/+28
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-05-13fdo#46808, Convert ui::UICategoryDescripion to new styleNoel Grandin1-1/+1
2013-05-04fix macro assign dialogCaolán McNamara1-8/+23
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-27-Wunused-macrosStephan Bergmann1-4/+1
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara1-1/+0
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara1-1/+1
2012-12-04fdo#57553: Picture dialog Macro tab page: lazily initMichael Stahl1-3/+18
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida1-1/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-6/+6
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-0/+1