summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-153-13/+6
* cppcheck:unreadVariableNoel Grandin2015-06-152-4/+3
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+2
* tdf#91721: fix crash during listbox control editing in database formLászló Németh2015-06-151-2/+2
* java: remove unnecessary threadingNoel Grandin2015-06-154-120/+90
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-1/+1
* std::list for SchedulerJuergen Funk2015-06-121-1/+1
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-112-6/+6
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-112-12/+10
* coverity#1302618 deref of NULLCaolán McNamara2015-06-101-5/+2
* SfxObjectShell::CopyStoragesOfUnknownMediaType: still try to copy Base streamsMiklos Vajna2015-06-101-2/+1
* sfx2: WaE: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
* sfx2: silence warning in SfxObjectShell::CopyStoragesOfUnknownMediaType()Miklos Vajna2015-06-091-0/+1
* not necessary to open read/write to extract document metadataAndras Timar2015-06-091-0/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0812-34/+34
* loplugin:unreffunStephan Bergmann2015-06-071-61/+0
* Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara2015-06-071-3/+3
* tdf#91911 Start Center: Use a different icon for Recent FilesAdolfo Jayme Barrientos2015-06-061-1/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-064-8/+8
* Typo: emty->emptyJulien Nabet2015-06-061-1/+1
* Pin_Impl doesn't have an implementationCaolán McNamara2015-06-051-1/+0
* the only thing that calls ActivateNextChild_Impl is itselfCaolán McNamara2015-06-054-171/+0
* Resolves: tdf#91864 unset a dying childwindow as the active windowCaolán McNamara2015-06-052-1/+7
* Match basicide_choose_macro in basctl/source/basicide/basobj2.cxxStephan Bergmann2015-06-041-2/+2
* Match basicide_macro_organizer in basctl/source/basicide/basobj2.cxxStephan Bergmann2015-06-041-2/+2
* unusedStephan Bergmann2015-06-041-2/+0
* Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist2015-06-031-2/+3
* loplugin:saloverrideStephan Bergmann2015-06-031-1/+1
* Missing boost_headersStephan Bergmann2015-06-031-0/+3
* Skeletal SfxControllerItem / bindings unit test.Michael Meeks2015-06-033-0/+86
* loplugin:loopvartoosmallStephan Bergmann2015-06-021-1/+1
* tdf#88178 Avoid naming two distinct buttons the same…Adolfo Jayme Barrientos2015-06-021-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* cppcheck: redundantAssignmentCaolán McNamara2015-06-021-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-028-16/+16
* remove empty lines and bring some sanity in comment positionsMarkus Mohrhard2015-06-021-129/+35
* no need to make that separate statementsMarkus Mohrhard2015-06-021-2/+1
* OSL_FAIL to SAL_WARNMarkus Mohrhard2015-06-021-1/+1
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-293-4/+4
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-2915-33/+33
* loplugin:loopvartoosmallNoel Grandin2015-05-2910-49/+49
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-281-0/+2
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-281-3/+3
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-287-23/+23
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-3/+3
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-252-2/+2
* convert TOTOP constants to scoped enumNoel Grandin2015-05-252-2/+2
* convert SHOW constants to scoped enumNoel Grandin2015-05-254-8/+8
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-224-5/+6