summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use forward declaration and reduce include scopeMatteo Casalin2015-09-122-1/+2
* fix downcast by intermediate functionMatteo Casalin2015-09-122-2/+2
* GetCommandLineParamCount() returns sal_uInt16Matteo Casalin2015-09-123-3/+3
* Use better/auto int types, remove a couple of OUStrings copiesMatteo Casalin2015-09-121-20/+20
* This parameter type should be sal_Int32, for consistencyMatteo Casalin2015-09-121-1/+1
* nRepPos is never readMatteo Casalin2015-09-122-4/+0
* tdf#94037: Don't try to manipulate non-existent widget containerKatarina Behrens2015-09-121-1/+1
* Actually fix uno bridge on MSVC 14.0David Ostrovsky2015-09-123-8/+53
* Typo: muliple->multipleJulien Nabet2015-09-123-3/+3
* comphelper: give up on the XPropertySetInfos for nowMichael Stahl2015-09-121-1/+7
* basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2015-09-112-129/+14
* getFiles refactoring: kde partJulien Nabet2015-09-115-20/+49
* comphelper: another WeakImplHelper duplicateMichael Stahl2015-09-111-1/+5
* framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl2015-09-113-71/+22
* tdf#39468 translated german comments in hdrcont.cxxAlbert Thuswaldner2015-09-111-11/+11
* Android: i18-ize some stringsJacobo Aragunde Pérez2015-09-112-4/+9
* Android: check file modify date to know if save is completeJacobo Aragunde Pérez2015-09-111-7/+33
* Android: Implement cloud saveJacobo Aragunde Pérez2015-09-115-8/+107
* Android: provide an ID to document providersJacobo Aragunde Pérez2015-09-115-9/+44
* unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke2015-09-111-0/+42
* vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1144-90/+82
* xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-1116-27/+25
* LOK: Implement an own trivial InteractionHandler.Jan Holesovsky2015-09-114-1/+173
* tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky2015-09-111-2/+0
* tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki2015-09-111-0/+1
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-09-1112-36/+65
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-09-112-6/+8
* sw: add unit test for the redline frame duplication regressionMichael Stahl2015-09-112-0/+108
* Revert "Fix single node CopyRange"Michael Stahl2015-09-114-36/+31
* tdf#92145: Writer table rows/columns can't be resizedLászló Németh2015-09-111-0/+6
* check stream status more oftenCaolán McNamara2015-09-112-15/+32
* tdf#93243 replace boost::bind with C++11 lambdas in Metadatable.cxxn.r.pearson2015-09-111-15/+6
* LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna2015-09-112-1/+1
* Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara2015-09-112-0/+192
* tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>Matthew Nicholls2015-09-113-17/+16
* tdf#94045: negative margins in OOXML reenabledOliver Specht2015-09-113-3/+37
* Useless cargo cult?Stephan Bergmann2015-09-111-34/+0
* tdf#93901: apply handling in style/edit dialog improvedOliver Specht2015-09-1112-20/+139
* lokdocview: GTK+ calls should be made from the main threadMiklos Vajna2015-09-111-2/+12
* downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara2015-09-111-8/+10
* valgrind: silence worrying invalid pthread lock/unlock warnings on exitCaolán McNamara2015-09-111-0/+1
* coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara2015-09-111-0/+1
* coverity#1323755 Using invalid iteratorCaolán McNamara2015-09-111-1/+1
* Missing dependencyStephan Bergmann2015-09-111-0/+1
* sw: indentation fixesMiklos Vajna2015-09-112-3/+3
* windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna2015-09-113-2/+14
* convert Link<> to typedNoel Grandin2015-09-116-49/+37
* convert Link<> to typedNoel Grandin2015-09-118-103/+89
* convert Link<> to typedNoel Grandin2015-09-114-8/+6
* convert Link<> to typedNoel Grandin2015-09-1178-144/+170