summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* coverity#1362777 Explicit null dereferencedCaolán McNamara2016-06-191-1/+1
* Fix simple typo in parameter nameMuhammet Kara2016-06-181-5/+5
* Resolves: tdf#96251 address wizard crash when run from start centerCaolán McNamara2016-06-171-1/+2
* tdf#43157 Clean up DBG_ASSERTkrishna keshav2016-06-131-5/+4
* loplugin:sallogareasNoel Grandin2016-06-131-1/+1
* Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara2016-06-121-1/+4
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-06-121-1/+1
* Clean up uses of Any::getValue() in extensionsStephan Bergmann2016-06-105-28/+24
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* merge cond. blocks to oneDavid Tardon2016-06-081-4/+3
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-062-2/+2
* remove unused constants in HRC filesNoel Grandin2016-06-064-18/+0
* remove some manual ref-countingNoel Grandin2016-06-062-13/+11
* DataAccess.xcs says xs:short not xs:int for this typeCaolán McNamara2016-06-021-1/+1
* Remove SetAccessibleRelationLabeledBy calls tdf#87026Muhammet Kara2016-06-022-2/+7
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-012-3/+3
* extensions: more READMEMichael Stahl2016-06-011-1/+32
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-015-10/+12
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-312-3/+3
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-304-11/+8
* Convert SelectionMode to scoped enumNoel Grandin2016-05-302-2/+2
* Convert VclAlign to scoped enumNoel Grandin2016-05-301-1/+1
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-271-11/+11
* loplugin:unusedmethodsNoel Grandin2016-05-261-1/+0
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-256-13/+4
* Fix typosAndrea Gelmini2016-05-251-1/+1
* Revert "remove some manual ref-counting"Noel Grandin2016-05-242-11/+13
* remove some manual ref-countingNoel Grandin2016-05-242-13/+11
* tdf#97221 restore original message for failed check of updateStanislav Horacek2016-05-211-1/+1
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-192-2/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-183-7/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Fix typosAndrea Gelmini2016-05-161-1/+1
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-122-4/+4
* sd: remove pointless micro-optimizationMichael Stahl2016-05-111-1/+0
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-107-9/+9
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-1/+1
* Better fix for Windows-only codeStephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 3Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 2Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only codeStephan Bergmann2016-05-041-2/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+2
* NULL -> nullptrStephan Bergmann2016-05-031-1/+1
* NULL -> nullptrStephan Bergmann2016-05-031-4/+4
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-3/+1
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-031-3/+1
* Typo: OAddessBookSourcePilot->OAddressBookSourcePilotJulien Nabet2016-05-0115-53/+53
* Fix typosAndrea Gelmini2016-04-301-1/+1
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-1/+2
* -Werror,-WvarargsStephan Bergmann2016-04-271-12/+8