summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mgetempl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-7/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-25/+27
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-3/+3
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-12/+3
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-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-0/+12
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-6/+6
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-6/+5
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta1-0/+17
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta1-0/+10
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta1-0/+17
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta1-1/+52
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-18InfoBox to StringThomas Arnhold1-3/+4
2014-07-24Related: fdo#81641 create new styles with an initial nameCaolán McNamara1-10/+1
2014-07-24style category listbox depends on being unsortedCaolán McNamara1-1/+3
2014-07-24Related: fdo#81641 exclude 'all styles' category from organizer pageCaolán McNamara1-0/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
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-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-11/+3
2014-05-28Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1stCaolán McNamara1-3/+11
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-2/+2
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-5/+5
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-17Resolves: fdo#72233 too long style names over-stretch dialogCaolán McNamara1-0/+5
2014-01-08Resolves: #i18109# pre-select the name in new style dialogTsutomu Uchino1-0/+1
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert sfx2/source/dialog/* from String to OUStringNoel Grandin1-5/+5
2013-08-29convert include/sfx2/mgetempl.hxx from String to OUStringNoel Grandin1-3/+3
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-8/+5
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-5/+8
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-06-10mingw64: long -> sal_IntPtr in sfx2Fridrich Štrba1-1/+1
2013-03-13drop unused resources and toggle label to activate replacement widgetCaolán McNamara1-2/+6
2013-03-13convert manage style page to .uiCaolán McNamara1-120/+86