summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-14upload libcmis 0.5.0feature/gsoc14-libcmis2Miklos Vajna
Change-Id: Ib189b8d24491d4339c29fd47f565e23929156a0e
2014-12-14Fixed OneDrive scope to enable content accessMihai Varga
Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944
2014-12-14Added namespace for vcl::WindowMihai Varga
Change-Id: I74b740a3f362d828a0f0e3c655726f2656e7eb1d
2014-08-11SharePoint binding settingsMihai Varga
Change-Id: If4e08c851fd721252c0cf6ae05c85b88cd9ef8e7
2014-08-01OneDrive auth fallback dialog makefileMihai Varga
Change-Id: I5e759248ae5c461c7e47fefac894c314451810be
2014-08-01OneDrive auth fallback dialog interaction continuationMihai Varga
Change-Id: I8dbb8dd96eef504cc7fb8d3b21ac9770ad421459
2014-07-31typoStephan Bergmann
Change-Id: Ic8795d05f66b45bd43e3444f0f368a2e6352aa2c
2014-07-31LOK: add document loading failure test.Andrzej Hunt
We don't really have any way of telling the client that the file didn't exist yet though, so not very useful so far. Change-Id: I1db386781b88b345f3e9cb4f37838ca1d95f92f9
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt
We probably need to do this for most of LOK now that we use soffice_main. Change-Id: I77be7865511c083679cf2f68b0e5df106506fd70
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt
Change-Id: I264567f73dae9ecd061e09c4413857f793fcac48
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt
Change-Id: I6d2bc4dfa634223da662af6f7c9a91f06cfe7534
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt
Recreating Office instances after destruction (when still within the same process) currently fails, hence we need to do all tests at once for now. Change-Id: Ic7652c909e1cd970fe1ee76995e61fb6aae8f96c
2014-07-31Make common paths member variables.Andrzej Hunt
We'll need these for other tests too. Change-Id: Ia99c2e60f5e5bb24a83875a9dcf85a6b4f54beb4
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt
Change-Id: I7ff41dd932fd9860dff944b3bf8ff5bdc230ae5d
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I8bdb8ca84b75efde4effba1ce76704d2c7c3f214
2014-07-31writerfilter: fix ubsan complaints about "-42" enum valueMichael Stahl
Apparently the StyleType enum is specific to the domain-mapper, the OOXML filter has integer constants in its model.xml file... Also surprisingly the section styles only exist in RTF; w_ST_StyleType in "ECMA-376 3rd Edition" only contains the 4 values of StyleType enum. Change-Id: I5407800f801824676df309b3705e233cf1382721
2014-07-31xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj
Fix removeByName function, which deletes elements of the list without an iterator. Move declarations inside the for loop in the removeByJar function, and delete the comment about removing list elements. Change-Id: I6a9ba82af2999703d1447c5c0bc5800ec4367b65
2014-07-31cleanup usage of MapUnit enumNoel Grandin
some places were using the wrong enum constant, and some places were unnnecessarily converting to sal_Int16 Change-Id: I754993533c840cd33106820d99af2dc951f26a80
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
the FieldUnit enum was being converted in some dodgy ways and in some places the MapUnit enum values were being used. Change-Id: Ic9aacb84058d1c14c3a4a79ef6676082df9a7270
2014-07-31GtkComboBoxText requires gtk >= 2.24 (again).Andrzej Hunt
Broken in 77d083130948fa35f9f404656b8c170060e78043.
2014-07-31DocxAttributeOutput::WriteSdtBlock: never write <w:id> twiceMiklos Vajna
Change-Id: Iab68a4e809a7924e753db5a85d9914308419b845
2014-07-31remove commented out codeNoel Grandin
and fix up some formatting Change-Id: I8d24c66901eeaf8a6c7aa5e797821c807edaf6ee
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna
Previously every paragraph SDT was closed immediately after the paragraph end. This commit adds support for having multiple paragraphs inside an SDT. A few testcases implicitly tested that such SDT's are lost on save, adjust the relevant XPath expressions now that this works. Change-Id: I07802b3e067600b087b7e0f9b2e7b3ba17c3379a
2014-07-31OnDrive authfallback request is now issuedMihai Varga
2014-07-31OneDrive authentication fallback request handlerMihai Varga
Change-Id: I136912073582c29f68b25787b69f7cc117fb4a6a
2014-07-31Authentication fallback request for the OneDrive connectionMihai Varga
2014-07-31IDL definition for the auth fallback requestMihai Varga
Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6
2014-07-31Authentication fallback dialog for the OneDrive connectionMihai Varga
It asks the user to access an URL in his browser and provide a code from the URL he has been redirected to
2014-07-31OneDrive binding settingsMihai Varga
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
2014-07-31Updated CMIS patches and the makefile for the OneDrive bindingMihai Varga
Change-Id: I45eb81a0139c42864f93ad89c4a31185f3ac5bd6
2014-07-31-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I1b74fb2f8fd09f38f3950505b2156ae7cf764fd3
2014-07-31sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6Douglas Mencken
It fails with "assertion failed": - Expression: compare_environments() [osl_process.cxx:370] - Expression: compare_merged_environments(different_child_env_vars) [osl_process.cxx:428] Just disable it (yet) for OSX <10.6 as it's already done for Windows. Change-Id: I88e838481a25ee7e977512e33e23afa2b9d394ff Reviewed-on: https://gerrit.libreoffice.org/10641 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-07-30Scope reduction.Kohei Yoshida
Change-Id: Ib77fccaf0c418e875816ed553f3540190ac0caee
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard
We need to be explicit now and can no longer rely on GetParent returning the right object. Seems like sometimes you get punished for an ugly hack a bit later than expected. Change-Id: I145e97ae0ceee741c4128c29a6ca26fad2178cb5
2014-07-30Improve "Navigate by" layoutSamuel Mehrbrodt
Implemented some suggestions from https://freedomsponsors.org/issue/391/navigation-button-icon-does-not-scale-and-gets-cut-off#comment-917 * Place the up/down arrows on the right of the button * Use up/down arrows instead of right/left * Added a separator between the navigation buttons and the search label Change-Id: I509756db2fc0c1f60a6b1d6f14e6ed9299d7e597 Reviewed-on: https://gerrit.libreoffice.org/10613 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-07-30writerfilter: remove unused <namespace-alias id=""> attributesMiklos Vajna
They are confusing and not used in practice: modelpreprocess.py always sets the id to a numeric value anyway. Change-Id: I5bdfd001bc0fe7ee376e2fe27fefecc3613bd1ab
2014-07-30fix spelling errorMarkus Mohrhard
Change-Id: Id9b7abfed70c33eb3cd12e0976f55be232ce3ca5
2014-07-30add scroll animation for benchmarkweigao
Change-Id: I72416ee6bf6c314feb4c5a88742aedd515abc13b
2014-07-30add drag animation for benchmarkweigao
Change-Id: Ie9146272dd88b7b51edace7023048629874c360f
2014-07-30add click event animation for benchmarkweigao
Change-Id: I1e5a879fa315a775a77d3fddc6de1d02963b5f7d
2014-07-30DOCX import: handle exact end of paragraph w:sdt tagsMiklos Vajna
Testcase will be added when the export half of this is also in place. Change-Id: Ic6ef8ea72a45424fcb5a473c74db9e30d6fd3be8
2014-07-30ASPECT_ALL is unusedTor Lillqvist
Also add comment about the three sets of names for the same constants that must match. Change-Id: Id626b6f1cdaa4c2a8c391ae4f020186997ccb4d9
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida
Change-Id: If2ce4643ff58c7c2ba326d749698dd5196a108dc
2014-07-30fdo#80501: Write test for this first.Kohei Yoshida
Change-Id: I43c0018f445394387ef28590b56ca38344e61c11
2014-07-30Avoid needless truncation to intStephan Bergmann
Change-Id: Ibb9088e73e3e48952ce7f2f4ec42392f7633e8a7
2014-07-30Adapt loplugin:derefnullptr to old Clang versionsStephan Bergmann
...where prior to r183883 "Implement core issue 903: only integer literals with value 0 and prvalues of type std::nullptr_t are null pointer constants from C++11 onwards," Expr::isNullPointerConstant with NPC_NeverValueDependent could go into an llvm_unreachable case. Change-Id: I29cf093f18ece4cd83fd759e30f72c2a71f69554
2014-07-30Fix *_component_getFactory function typeStephan Bergmann
Change-Id: If66efdb6a00c383ba72898f601ff3d674e153704
2014-07-30Remove redundant casts to voidStephan Bergmann
...leftovers from de02d221e104f74bfa595d5e6c41248093c640f3 "printfs in comments" Change-Id: I0125ac2b5ea0b4450e8f707f980959443a6c4d27
2014-07-30Use OString::boolean in docxattributeoutput.cxxJoren De Cuyper
Change-Id: I73b0c0ecd3ecf4e159f31e7ad9684c3e70b1ce5e Reviewed-on: https://gerrit.libreoffice.org/10622 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-30javaunohelper: If statement is redundantrbuj
Change-Id: I204e3755cf07c7bb9634d02913e893179d6e81e8 Reviewed-on: https://gerrit.libreoffice.org/10640 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>