summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Some code cleanupEfe Gürkan YALAMAN2-24/+33
2014-08-14Template Filtering ImplementationEfe Gürkan YALAMAN2-15/+33
2014-08-14Start of filtering implementationEfe Gürkan YALAMAN2-1/+31
2014-08-14Code CleanupEfe Gürkan YALAMAN2-312/+22
2014-08-14Selecting and opening templates implemented.Efe Gürkan YALAMAN2-57/+113
2014-08-14Initial TemplateBar moved from TemplateManagerEfe Gürkan YALAMAN2-2/+40
2014-08-14Some folder features moved to backingwindowEfe Gürkan YALAMAN2-8/+63
2014-08-14selection function movedEfe Gürkan YALAMAN1-1/+17
2014-08-14Some handlers and buttons movedEfe Gürkan YALAMAN2-8/+221
2014-08-14ViewBar moved to Start CenterEfe Gürkan YALAMAN2-0/+32
2014-08-14Default filter noneEfe Gürkan YALAMAN1-0/+1
2014-08-14Moving TemplateLocalView to the StartCenterEfe Gürkan YALAMAN2-1/+18
2014-08-14fdo#82043: Instead of the bold font, use a higher multiplifier.Jan Holesovsky1-3/+1
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara1-22/+0
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann1-1/+1
2014-08-09remove now unused tabpage.hrcThomas Arnhold1-1/+0
2014-08-09Typo: filen->fileJulien Nabet1-1/+1
2014-08-07Resolves: fdo#82043 use a bold font for the start-center buttonsCaolán McNamara1-0/+2
2014-08-07rhbz#1079672: FileDialogHelper: don't hand out stale preview GraphicMichael Stahl1-13/+10
2014-07-29WaE: 'initializing' : truncation from 'double' to 'float'Tor Lillqvist1-1/+1
2014-07-28sfx2: -Werror=parenthesesMichael Stahl1-4/+4
2014-07-28Some properties in File->Properties->General Tab are not set for remote docsMihai Varga1-0/+49
2014-07-24Resolves: fdo#80476 Start Center sidebar button are too largeCaolán McNamara1-5/+6
2014-07-24Related: fdo#81641 create new styles with an initial nameCaolán McNamara2-10/+15
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-07-22Related: fdo#81457 quadratic time required when setting a11y nameCaolán McNamara1-19/+44
2014-07-17fix spelling structur -> structureNoel Grandin1-1/+1
2014-07-13SfxModelessDialog ResId ctor bites the dustCaolán McNamara1-13/+1
2014-07-11Convert DLG_TEMPLATE_INFORMATION to .uiPalenik Mihály3-61/+9
2014-07-06coverity#706056 Unintended sign extensionCaolán McNamara1-3/+4
2014-07-06coverity#706055 Unintended sign extensionCaolán McNamara1-2/+3
2014-06-29Typo: beeing->beingJulien Nabet3-5/+5
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud4-12/+12
2014-06-26clang: Branch condition evaluates to a garbage valueCaolán McNamara1-1/+1
2014-06-17coverity#706054 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann6-28/+28
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann8-27/+27
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann7-26/+26
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-06-04fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier1-3/+9
2014-05-30coverity#1202815 Missing break in switchCaolán McNamara1-7/+8
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-18/+19
2014-05-29convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara1-2/+2
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-26coverity#704795 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-7/+7