summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-02-28loplugin:unoanyStephan Bergmann1-4/+4
2017-02-28don't have to create SfxApplication if none existsCaolán McNamara1-6/+15
2017-02-28might as well move append 'usage' into the msConfigPath from the startCaolán McNamara1-4/+5
2017-02-28Revert "move append 'usage' into the msConfigPath from the start"Caolán McNamara1-4/+3
2017-02-28might as well move append 'usage' into the msConfigPath from the startCaolán McNamara1-3/+4
2017-02-28new loplugin unoanyNoel Grandin15-55/+55
2017-02-28Run macro:// via LOKitKatarina Behrens1-1/+17
2017-02-27tdf#105829 Infobar design, tdf#102785 Font issueheiko tietze4-119/+106
2017-02-25check for SfxApplication::Get means SfxGetpApp is just SfxApplication::GetCaolán McNamara2-3/+4
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara2-4/+4
2017-02-24rtfrow-crash.rtf throws a o3tl::divide_by_zeroCaolán McNamara1-0/+7
2017-02-24don't have to create SfxApplication if it doesn't already existCaolán McNamara1-5/+17
2017-02-24Notebookbar: Better resize supportSzymon Kłos1-42/+54
2017-02-23tdf#101652 No infobar when doc attr is readonlySamuel Mehrbrodt1-2/+2
2017-02-23Simplify logicSamuel Mehrbrodt1-18/+3
2017-02-23loplugin:unusedmethodsNoel Grandin1-5/+0
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini2-3/+3
2017-02-21loplugin:unusedmethodsNoel Grandin2-32/+0
2017-02-21loplugin:subtlezeroinit: sfx2Stephan Bergmann2-2/+2
2017-02-21sfx2: fix incorrect debug outputPranav Kant1-2/+3
2017-02-20Minor capitalization issuesAdolfo Jayme Barrientos1-3/+3
2017-02-21Use module name when getting labelsMaxim Monastirsky2-10/+3
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar4-5/+5
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