summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog
Commit message (Expand)AuthorAgeFilesLines
* Typo: we has->we haveJulien Nabet2015-02-081-1/+1
* fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta2015-02-061-0/+17
* fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta2015-02-061-1/+52
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-063-5/+4
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* callcatcher: shave off some moreCaolán McNamara2015-02-031-18/+0
* seeing as it assumed it was non-null since day 0, so can weCaolán McNamara2015-02-021-6/+2
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-20/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-47/+0
* coverity#1266518 Use after freeCaolán McNamara2015-01-261-1/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-34/+5
* slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara2015-01-211-1/+1
* Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara2015-01-211-44/+4
* do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2015-01-141-2/+2
* infobar: add buttons one by one with addButtonTomaž Vajngerl2015-01-141-15/+13
* infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl2015-01-141-18/+21
* infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl2015-01-141-57/+56
* Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl2015-01-141-9/+23
* Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl2015-01-141-47/+50
* Cleanup infobarTomaž Vajngerl2015-01-141-67/+66
* reuse Resize to set control size and placement in infobarTomaž Vajngerl2015-01-141-12/+8
* infobar: unique_ptr and make more readableTomaž Vajngerl2015-01-141-26/+23
* ptr_vector & unique_ptr for infobarTomaž Vajngerl2015-01-141-53/+31
* Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara2015-01-141-0/+2
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-132-25/+13
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-122-2/+2
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-122-4/+5
* Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky2015-01-101-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-094-7/+7
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-4/+4
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-3/+2
* de-resource SFX_PB_EDITCaolán McNamara2015-01-013-9/+17
* de-resource custom properties widgetsCaolán McNamara2014-12-312-51/+22
* de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOWCaolán McNamara2014-12-221-21/+0
* provide a route to load ToolbarMenu things via .uiCaolán McNamara2014-12-191-1/+1
* sfx2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-5/+5
* allow NULL SfxChildWindowCaolán McNamara2014-12-171-3/+3
* try to get reasonable sizes for docking windowsCaolán McNamara2014-12-171-5/+1
* implement loading docking windows from .ui formatCaolán McNamara2014-12-171-0/+49
* changed timers to idlesTobias Madl2014-12-092-22/+22
* changed timers to idlesTobias Madl2014-12-091-8/+8
* changed timers to idlesTobias Madl2014-12-093-16/+16
* Delay potentially expensive first-time template initializationStephan Bergmann2014-12-032-3/+18
* Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann2014-12-032-10/+5
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-015-14/+14
* fix 'Childwindow slot missing' warningCaolán McNamara2014-11-261-1/+1
* tidy up this deref before check codeCaolán McNamara2014-11-251-7/+10
* SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara2014-11-241-8/+2
* fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl2014-11-241-1/+2