summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann167-1393/+1393
2015-11-09new loplugin: oncevarNoel Grandin5-34/+15
2015-11-06tdf#92866 startcenter: Make the accellerators work again.Jan Holesovsky2-13/+5
2015-11-06tdf#89852 on Windows do not decode the filename for email subjectAndras Timar1-0/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann4-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann29-155/+155
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin40-147/+125
2015-11-04loplugin:stringconstantNoel Grandin17-68/+62
2015-11-03notifyer -> notifier.Jan Holesovsky1-3/+3
2015-11-02dock icon's menu doesn't begin with separator anymoreDouglas Mencken1-3/+1
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin4-13/+8
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin6-11/+7
2015-10-29Cleanup in sfx2 treeMario J. Rugiero5-25/+15
2015-10-29LOK: font/back color callback - use sal_Int32 instead of longMihai Varga1-1/+1
2015-10-29LOK: font/back color feedbackMihai Varga1-0/+7
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin6-51/+31
2015-10-29remove the USE_APP_SHORTCUTS #define and simplify the code in the processNoel Grandin4-43/+16
2015-10-29com::sun::star->css in sfx2Noel Grandin115-1279/+1247
2015-10-28handle scrollwheel events in TabBar of SidebarBjoern Michaelsen1-1/+34
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin3-46/+36
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-27don't allocate uno::Reference on the heapNoel Grandin2-8/+7
2015-10-27better i18n of STR_DDE_ERROR stringAndras Timar2-7/+7
2015-10-27inline SvBaseLinkRef typedefNoel Grandin3-11/+11
2015-10-27inline SfxMediumRef typedefNoel Grandin2-11/+11
2015-10-26Let Gtk handle icon names instead of ResMgr for window and trayiconSimon Steinbeiss1-62/+18
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-10-25clean-up for sfx2/source/appl/shutdowniconaqua.mmDouglas Mencken1-43/+36
2015-10-22coverity#441226 Dereference null return valueCaolán McNamara1-6/+8
2015-10-21afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara2-30/+12
2015-10-21refactor out some com::sun::star typedefsNoel Grandin2-6/+4
2015-10-21tdf#95095: Rename "AvoidRecentDocs" to "PickListEntry" for consistency.Jan Holesovsky2-3/+3
2015-10-21lok: Avoid adding to recent documents completely.Jan Holesovsky1-5/+5
2015-10-21tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky4-51/+32
2015-10-20tdf#85767: Make also sidebar toolbox item order RTL-sensitiveKatarina Behrens1-2/+28
2015-10-20Avoid some confusing uses of "document name" instead of "document URL"Stephan Bergmann1-3/+1
2015-10-20loplugin:defaultparamsStephan Bergmann13-25/+21
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann9-20/+20
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2-2/+2
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin17-26/+26
2015-10-19cleanup some local var declarationsNoel Grandin2-2/+2
2015-10-19WaE: loplugin:defaultparamsTor Lillqvist1-1/+1
2015-10-19sfx items: Some cleanup.Jan Holesovsky3-59/+33
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky2-4/+4
2015-10-17Revert "sfx2: -Werror=unused-parameter"Christian Lohmaier1-2/+0
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky24-214/+148
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky9-97/+74
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky8-73/+69
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky23-161/+146