summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-14upload libcmis 0.5.0feature/gsoc14-libcmis2Miklos Vajna1-1/+1
2014-12-14Fixed OneDrive scope to enable content accessMihai Varga1-1/+1
2014-12-14Added namespace for vcl::WindowMihai Varga1-1/+1
2014-08-11SharePoint binding settingsMihai Varga2-0/+10
2014-08-01OneDrive auth fallback dialog makefileMihai Varga1-0/+1
2014-08-01OneDrive auth fallback dialog interaction continuationMihai Varga4-0/+133
2014-07-31typoStephan Bergmann1-1/+1
2014-07-31LOK: add document loading failure test.Andrzej Hunt1-0/+13
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt1-0/+2
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt3-0/+30
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt2-0/+23
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt1-7/+18
2014-07-31Make common paths member variables.Andrzej Hunt1-6/+7
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt1-53/+46
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe5-61/+50
2014-07-31writerfilter: fix ubsan complaints about "-42" enum valueMichael Stahl2-4/+25
2014-07-31xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj1-8/+7
2014-07-31cleanup usage of MapUnit enumNoel Grandin6-13/+14
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin15-36/+45
2014-07-31GtkComboBoxText requires gtk >= 2.24 (again).Andrzej Hunt1-0/+4
2014-07-31DocxAttributeOutput::WriteSdtBlock: never write <w:id> twiceMiklos Vajna3-1/+10
2014-07-31remove commented out codeNoel Grandin1-36/+16
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna8-10/+119
2014-07-31OnDrive authfallback request is now issuedMihai Varga4-0/+67
2014-07-31OneDrive authentication fallback request handlerMihai Varga3-0/+38
2014-07-31Authentication fallback request for the OneDrive connectionMihai Varga3-0/+108
2014-07-31IDL definition for the auth fallback requestMihai Varga2-0/+46
2014-07-31Authentication fallback dialog for the OneDrive connectionMihai Varga4-0/+204
2014-07-31OneDrive binding settingsMihai Varga6-1/+60
2014-07-31Updated CMIS patches and the makefile for the OneDrive bindingMihai Varga7-490/+11
2014-07-31-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-07-31sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6Douglas Mencken1-2/+2
2014-07-30Scope reduction.Kohei Yoshida1-31/+29
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42
2014-07-30Improve "Navigate by" layoutSamuel Mehrbrodt2-5/+6
2014-07-30writerfilter: remove unused <namespace-alias id=""> attributesMiklos Vajna1-30/+30
2014-07-30fix spelling errorMarkus Mohrhard2-9/+9
2014-07-30add scroll animation for benchmarkweigao1-0/+14
2014-07-30add drag animation for benchmarkweigao1-8/+20
2014-07-30add click event animation for benchmarkweigao2-43/+175
2014-07-30DOCX import: handle exact end of paragraph w:sdt tagsMiklos Vajna5-2/+26
2014-07-30ASPECT_ALL is unusedTor Lillqvist1-1/+4
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida7-41/+52
2014-07-30fdo#80501: Write test for this first.Kohei Yoshida2-0/+58
2014-07-30Avoid needless truncation to intStephan Bergmann1-2/+2
2014-07-30Adapt loplugin:derefnullptr to old Clang versionsStephan Bergmann1-1/+1
2014-07-30Fix *_component_getFactory function typeStephan Bergmann1-1/+1
2014-07-30Remove redundant casts to voidStephan Bergmann2-11/+3
2014-07-30Use OString::boolean in docxattributeoutput.cxxJoren De Cuyper1-10/+9
2014-07-30javaunohelper: If statement is redundantrbuj1-11/+9