summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-02-20tdf#74739 removed 'PasteOnly' from Tools->customize->keyboard tab->editpv2k1-17/+0
2017-02-20Revert "tdf#105566 Close Infobar after clicking action button"Samuel Mehrbrodt1-1/+0
2017-02-20lok: listen for DeleteAnnotation state changesPranav Kant1-0/+1
2017-02-19tdf#103355 Hide Notebookbar during slide showSzymon Kłos1-0/+14
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet2-3/+3
2017-02-16convert FrameListAnalyzer::EDetect to scoped enumNoel Grandin1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann4-44/+13
2017-02-15remove unused PREVIEW from SfxObjectCreateMode enumNoel Grandin1-1/+0
2017-02-15remove unused OBJECTBAR from SfxChildIdentifier enumNoel Grandin2-4/+0
2017-02-15remove unused MOVEDOCKINGWINDOW from SfxDockingConfig enumNoel Grandin2-5/+2
2017-02-15Related: tdf#105672 Load toolbar properties from .uiMaxim Monastirsky5-189/+71
2017-02-14Convert WindowType to scoped enumNoel Grandin5-9/+9
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2017-02-10convert InsertOperation to scoped enumNoel Grandin3-10/+10
2017-02-10convert SvtSaveOptions::EOption to scoped enumNoel Grandin1-12/+12
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin4-11/+11
2017-02-09Resolves: tdf#101648 disable new/modify of table stylesCaolán McNamara1-0/+7
2017-02-09convert BmpConversion to scoped enumNoel Grandin2-2/+2
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-1/+1
2017-02-08oox, sfx2: can use std::move() hereMiklos Vajna1-3/+3
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-2/+2
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-1/+1
2017-02-07sfx2: if the exception thrown by filter isn't known...Michael Stahl1-2/+4
2017-02-07tdf#104870 - keep reference on the TitleBar while setting title.Michael Meeks7-27/+31
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-1/+1
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann27-11/+36
2017-02-06Indentation fixesMiklos Vajna1-2/+2
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin1-1/+1
2017-02-03TyposJulien Nabet2-2/+2
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-11/+0
2017-02-03tdf#80807 guisaveas: never recommend system's tempdirJustin Luth1-0/+4
2017-02-02loplugin:useuniqueptrStephan Bergmann1-7/+5
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin13-119/+119
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-6/+2
2017-02-01InfoBar: Introduce different typesSamuel Mehrbrodt2-38/+60
2017-02-01Improve InfoBar labels for signaturesSamuel Mehrbrodt1-4/+4
2017-01-31SolarMutexGuard for ImplDbgTestSolarMutex assert in JunitTest_dbaccess_complexCaolán McNamara1-0/+1
2017-01-31Build the json message a much less expensive way.Jan Holesovsky1-10/+4
2017-01-31Resolves: tdf#104884 print preview replaces the frame controllerCaolán McNamara1-0/+12
2017-01-31tdf#105566 Close Infobar after clicking action buttonSamuel Mehrbrodt1-0/+1
2017-01-31Use white font for colored InfoBarsSamuel Mehrbrodt1-1/+2
2017-01-31tdf#105566 Show InfoBar also for signed docs with warningsSamuel Mehrbrodt2-3/+34
2017-01-31Add helper methods to get common colors to SfxInfoBarSamuel Mehrbrodt2-1/+19
2017-01-31tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt5-19/+25
2017-01-31sfx2: fix comment copypastaMichael Stahl1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin8-20/+20
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin1-4/+0
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin7-83/+72