- 23 Agu, 2012 11 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Noel Grandin yazdı
XServiceInfo does not need to be declared as a supported sub-interface for services, it is always implicitly there. Also, for those services that now only contain one interface, convert them to new-style service IDL declarations. Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Cédric Bosdonnat yazdı
Clicking on the header/footer area will show the separator. Clicking on an empty header/footer area will add a temporary one that we try hard to remove when clicking outside Change-Id: I8f29f8fd80b2d808257636bf94ec4e2e46f6028e
-
Tor Lillqvist yazdı
Change-Id: Ifaa890d87021c7786c7392f52d4f29b0779a7668
-
Tor Lillqvist yazdı
Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0
-
Tim Retout yazdı
Change-Id: Idcb8be8882db8f487ba9bda2ae8947ccd9d99712 Reviewed-on: https://gerrit.libreoffice.org/462Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Kohei Yoshida yazdı
Change-Id: I1be79ef0e6b7d0626d057a6d52950301ea4dd169
-
Kohei Yoshida yazdı
Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8
-
Kohei Yoshida yazdı
Change-Id: I31ddd3eedc5a93103ae7efd7ce8698e4dc247937
-
Kohei Yoshida yazdı
Change-Id: I65fa22ceeba37a15b70fe41b1dee26f1dde7d759
-
Kohei Yoshida yazdı
This is the first step toward unit-testing the initialization code from the database source. Change-Id: I1a7882ba443fd71d4210fb2e2caa195fb71dab92
-
- 22 Agu, 2012 29 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Change-Id: Iea10ffdf6443a33c3dd6106b69c126945763b778
-
Tim Retout yazdı
Change-Id: Ia6f52713dd3cf5ab7d5716c7b6a6f5c1440ed323
-
Tim Retout yazdı
Also rewrite implementation of installer::scpzipfiles variable replacement functions, and add test case. Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8
-
Andrzej J.R. Hunt yazdı
Change-Id: Ic4878cb8c25e7a361d293968037430f7f956ddc1
-
Matúš Kukan yazdı
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
-
Matúš Kukan yazdı
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
-
Michael Stahl yazdı
Since CWS swrefactormarks2 the SwXBookmarks collection handles not only bookmarks but at least cross-ref marks as well, which then bother users when they show up in the Insert->Hyperlink dialog; remove non-bookmarks again. (regression from df6d312c) Change-Id: I6a64ba8a43468dd3ce1569e944371d3ef71f8824
-
Michael Stahl yazdı
error: attempt to copy-construct an iterator from a singular iterator. (regression from 39b8a5f8) Change-Id: Iab29f4c356ea1cb5ca0f687bcfc5e54f185fbba3
-
Dave Richards yazdı
fpicker/source/office/iodlg.src.original fpicker/source/office/iodlg.src.original Change-Id: I5b2bf2a3900a729581d184931efdc98f39067813 Reviewed-on: https://gerrit.libreoffice.org/457Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Andras Timar yazdı
Change-Id: I916097048b6c8767745bcdd56430d5d2cc832e71
-
Zolnai Tamás yazdı
First: localization tool can not recognize id because of empty line between id and its definition Second: same problem because of comment between type and id Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21
-
Kohei Yoshida yazdı
This would result in the pivot cache being refreshed twice. This block of code was a leftover from the previous, non-cached version of pivot table, and this logic no longer applies today. In today's pivot table code, the cache gets refreshed first, then the table gets refreshed afterward. We should never clear the cache data during table refresh. Change-Id: Ida6fa1805463facf842cb9ea94f4c1afab716595
-
Kohei Yoshida yazdı
It was due to a simple misplacement of nRow = 0. Each record was labeled row 0. No wonder it screws up the result badly. Change-Id: Ia94f42a62f98a9bd7c9d34df3606351bb487931b
-
Andrzej J.R. Hunt yazdı
Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d
-
Matúš Kukan yazdı
..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705
-
Muhammad Haggag yazdı
This change replaces lcl_IsSkippableWhitespace with a call to ICU's u_isspace, which covers all Unicode separators. It also updates and fixes one of the SwScanner unit tests. Bug details: SwScanner::NextWord skips whitespace before calling into ICU's BreakIterator. The function used to identify whitespace (lcl_IsSkippableWhitespace) doesn't cover the full category of Unicode separators (code [Zs], 18 in total. See: http://www.fileformat.info/info/unicode/category/Zs/index.htm). Since 0xA0 (no-break space) is not identified as whitespace and not skipped, we end up calling ICU starting at the position 0xA0, asking it to get us the boundary of the next word forward. ICU sees that it's called at the end of a word, and reverses the query direction to backward, and returns the word before. This causes NextWord to think we've hit the end of the string and call it a day, terminating word count for the rest of the line. Change-Id: I29c89ddb0b26e88da822501253898856b28e3fa5 Reviewed-on: https://gerrit.libreoffice.org/453Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Matúš Kukan yazdı
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Bence Babati yazdı
Change-Id: Iddb3c542f50078b13c7d420b528aa704a5cb0767
-
Ricardo Montania yazdı
My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
-
Tor Lillqvist yazdı
Change-Id: If0915cfc755031d2cb6a6e822f5682bb7ced71ad
-
Tor Lillqvist yazdı
Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c
-
Tor Lillqvist yazdı
Change-Id: Icc0c17c66c6e5e2166a34e232acb69c0b434a44c
-
Caolán McNamara yazdı
Change-Id: Ibd08fa09370580bff12f19f867219098f0d4980e
-
Kohei Yoshida yazdı
We use IMPORT EXPORT flags, so let's stick with the term 'Export' as opposed to 'FileSave'. Also, the file type's extensions are given without the star-dot (*.), so let's strip that as well. Change-Id: Ibde05058f7acb6ae149382009e78f3f10a71d543
-
Caolán McNamara yazdı
Change-Id: I4cc04d59f48b42cc105703daa9983dd7c9f7af62
-
Stephan Bergmann yazdı
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
-
Miklos Vajna yazdı
Change-Id: Ibd21dfdb76536ea0e0a71791a91ec87e31d49960
-
Eike Rathke yazdı
was lost with 2c47c998 Change-Id: Iee6f2caa2e934ed998c186e12a3f8b433fb64574
-
Tor Lillqvist yazdı
Change-Id: I4a864ddd3681101c8c5d0943d2761ac85bf4161f
-