- 03 Mar, 2016 40 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Iaed947b9168fbd1e2d2c79da724426b56bd8a830 (cherry picked from commit 4f606fd7) Reviewed-on: https://gerrit.libreoffice.org/22857Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Michael Stahl yazdı
... and remove now unused comphelper::TNamedValueEqualFunctor. Change-Id: Ia6cac4ae4e34d2ba134e2f2a4a5b4daea58bf0b3
-
Michael Stahl yazdı
Change-Id: If8e16b7805b5b25dafe053e35cd98079abbea83c
-
Michael Stahl yazdı
Change-Id: I1fc9ca7712fde802c885f5cfeedec1575d913f85
-
Caolán McNamara yazdı
Change-Id: I2594925cba1f7c9c90178906d9c782024ad1cf4f
-
Caolán McNamara yazdı
Change-Id: I3f89aca650d31658ce17b3b1496a7babba23bdc6
-
Wol yazdı
On gentoo (and some other distros?) /usr/bin/javac points at a script that chooses the version of java to run. So when configure resolves the link it doesn't end up where it expects to be. This mod detects this situation, clears java_home, and lets it fall through to the next test which completes successfully. Change-Id: I7400ac06485475203abd584f60aed7eca81c7f90 Reviewed-on: https://gerrit.libreoffice.org/22847Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tor Lillqvist yazdı
(cherry picked from commit 7956d38f) Conflicts: Makefile.in Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc (cherry picked from commit b21140e2) Reviewed-on: https://gerrit.libreoffice.org/22860Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Michael Meeks yazdı
Change-Id: I087c4939c19bc5966da45cb848d71e95ac982e33 Reviewed-on: https://gerrit.libreoffice.org/22854Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Again this is just UI to call into sfx2, where the functionality is shared with Writer and Impress. Change-Id: I73ce6fb54d50c23df19ed2c610766b7c515e94d6
-
Miklos Vajna yazdı
This is really just a UI, all the functionality is already shared in sfx2 with Writer. Change-Id: Ide5697fe51d30f74490306a70164a3957a8a6429
-
Eike Rathke yazdı
Change-Id: I2cc7d6ebdcb9411060462d7afa704f9e100c6c5e
-
Noel Grandin yazdı
Change-Id: I78280a13fc0d82fc87041b5dad0c3f2f7d462652 Reviewed-on: https://gerrit.libreoffice.org/22853Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Stahl yazdı
Change-Id: Idfac081e0b8aecde488166fe741d5b34cfcc66fe
-
David Ostrovsky yazdı
This fixed this warning: cygpath: cannot create short name of \ C:\PROGRA~2\WI3CF2~1\NETFXSDK\4.6\bin Change-Id: I2d4e3d2c5e4c3348552355f91a340438eb0f9e8a Reviewed-on: https://gerrit.libreoffice.org/22850Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Change-Id: Ibf8489c957b307156689de4c7cb8440ddd4e4546 Reviewed-on: https://gerrit.libreoffice.org/22852Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Oliver Specht yazdı
If a drawing in the document contains the search text then the selection of that object removes a selection (SwShellCursor) that marks the end of the search. This is now fixed for that special case. Replacing text in drawing doesn't work - as before and also not all occurrences of the searched text are found. Change-Id: I4a10ddf2dc547572ebb55b6355439d6e320bc980 Reviewed-on: https://gerrit.libreoffice.org/22851Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Tomáš Chvátal yazdı
Change-Id: I86b43ba29a6b7d0d4c36491234c3354c3d6edf0c Reviewed-on: https://gerrit.libreoffice.org/22838Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Holesovsky yazdı
LOK_CALLBACK_PARTS_COUNT_CHANGED did not cover more complex scenarios, like more pages deleted at the same time, etc. Instead, we need to trigger the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED, and the client has to be smart enough to update the previews in a way that does not consume too much resources - ie. it has to have a link between the part names (which are unique) and the previews, and request only the missing ones. Change-Id: I36ff5dc86f360e3c7bd2c55fae8aaa99e054b4eb
-
Miklos Vajna yazdı
... unless the policy changes the default already. This was the date of the classification is stored in the document, and can be inserted as a field as well, but if the policy has an explicit classification start date, we don't overwrite that. Change-Id: I17974d73a415a2c8032df48aa7b7f4eebb7178ab
-
Noel Grandin yazdı
Change-Id: I7f0baa2709db24e8299f0e1c19c0703aee1cbf4f
-
Noel Grandin yazdı
Change-Id: I893b50835717d449e495e00e9b33de0b60467a6e
-
Noel Grandin yazdı
Change-Id: Ife21ac3fc2ede30694a1c7e2f9296105aa548218
-
Xisco Fauli yazdı
... attribute in anchor elements. I used Svggnode class a a reference for this. Change-Id: Id2a58bd913f9984dc91163ca0f333c016aa981f1 Reviewed-on: https://gerrit.libreoffice.org/22822Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <anistenis@gmail.com>
-
Takeshi Abe yazdı
The feature for debugging seems unused so long that defining ENABLE_DEBUG_DUMPASDOT breaks the build but no one complains. So let's ditch it. Change-Id: I0b472cd1acbcfd0c2550c3bd36661c91bc2e2986 Reviewed-on: https://gerrit.libreoffice.org/22608Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Miklos Vajna yazdı
Change-Id: I14364bc833c97dbb5dfe323c65282f69ba7e393f
-
Stephan Bergmann yazdı
Change-Id: I9078ba18d8897a89a472fe75385542dac0c6bf78
-
Jan Iversen yazdı
genLang produces errors on the clang tinderbox, due to the way it uses a singleton. Removed genLang from Module in order to satisfy tinderbox, while fixing the problem. Change-Id: I03a6175de8340f1c0ad5953b32659106e10d75f5
-
Miklos Vajna yazdı
Change-Id: I2cfc356a4bc570484b9fd1566e338aa4081c6f24
-
Miklos Vajna yazdı
So move its only member function to RTFDocumentImpl. Change-Id: I93874c729bc21f0545f62e654577e4b9842e898c
-
Tor Lillqvist yazdı
Consistency is important. (I know that we are wildly inconsistent in many things, even inside individual source files. Like the spacing of the expression in an if statement. But putting an opening brace on a separate line is something we do quite consistently.) Change-Id: I7c50628653b94a4da0fc4dc8db8869a5f1a64527
-
Jan Iversen yazdı
the genLang project aims at replacing all l10ntools with more modern versions, based on C++ and lex. The current extract works basically as a standalone "find" over the source tree. genLang can use that, but also a more efficient way, by having translation-worthy files declared in the makefile stubs. genLang itself is a C++ framework, where each file type is defined as a class, making it easy to add new file types. genLang can easily be adopted to transform the help files into e.g. mediawiki format, and later merge a url back into the code. The project was first developed (solely by the author) in a non published branch of OO. This branch was never merged but deleted and therefore never published. The files have been adapted to the LO build system and setup. The primary commit is just to raise awareness, that this is being developed. The following commit, will update the source code to LO standard. Before replacing the old modules a dedicated review will be asked for. Change-Id: I4504992474333c476c179903f822bfaf1441cca9 Reviewed-on: https://gerrit.libreoffice.org/22819Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Noel Grandin yazdı
Change-Id: I1dc0ba262c06bd69cf92aae20b344fe23f460f55
-
Noel Grandin yazdı
Change-Id: I03cc69a924913713a0da819899ce259305b88016
-
If position and size were loaded from the WindowStateData structure there's no need to recompute the layout. As an added benefit if the user previously resized/move the dialog, the new one will open using the same geometry. Change-Id: I306504080357f9be8f3e628ba13ca5dc2957dd52 Reviewed-on: https://gerrit.libreoffice.org/21850Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Jochen Nitschke yazdı
search ABS_* defines and replace with equal SC*_* defines from address.hxx then removed double defines Change-Id: I1a5385daf6e1fb6f959f142c04f2515e7b85a80e Signed-off-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-on: https://gerrit.libreoffice.org/22826Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Steven Guo yazdı
Replace chained O(U)StringBuffer::append() in PivotLayoutTreeListData.cxx Change-Id: Ia1cc2f32e038bca2421cc5e9aca3b4f15d7c8432 Reviewed-on: https://gerrit.libreoffice.org/22828Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I83e27ed242b6ec1fbd19e473a4d8c0f4588e6f86
-
Noel Grandin yazdı
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
-
Noel Grandin yazdı
Change-Id: I286efdac6af47a859693fccc71b445915f76945c
-