- 31 Tem, 2012 29 kayıt (commit)
-
-
Rafael Dominguez yazdı
Change-Id: Ib8205631a3c49b3ef4a942fa32a4b08ad9d4cb23
-
Rafael Dominguez yazdı
Change-Id: Iab1bd0dbe28403a6063a681f11c282b7f15ce7b6
-
Tomaž Vajngerl yazdı
Change-Id: I7a32e8d7c21c1e87e1acab9020f9ecbb7e441f2c
-
Bjoern Michaelsen yazdı
resubmit creates a new Change-Id for the current change and thus allow to submit changes for review on release branches that were already reviewed on master. Also hint advanced users to 'git review' which requires some more setup, but should make things easier for regular users. Getting this functionality into 'git review' would be likely help adoption too -- and in python there is some sane errorchecking possible. Change-Id: Ibea6bbfe747af160728b838c6ee236fd8f89671d
-
Bjoern Michaelsen yazdı
* make concat-deps use absolute paths whereever possible * collapse /../ _after_ making the path absolute otherwise it will break for relative paths starting with ../ * substitude SRCDIR variable, so trees can be moved * this fixes subsequentcheck as it does run gbuild from a different work directory in a few non-tail_build modules, which are then complaining about missing/unresolvable deps * this should fix troubles from module rebuild as relative paths were different between tail_build and the module dir Change-Id: I5a25e1f55bdc2b475df2af04b711fd808d95cdaf
-
Caolán McNamara yazdı
Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
-
Caolán McNamara yazdı
Change-Id: Ic52986c15de0051321d710e9c26d26786302a196
-
Caolán McNamara yazdı
Change-Id: Id5bee1f5120afb6efb60245a4606a4a15bb6db79
-
Daniel Bankston yazdı
There are cases where a formula cell is exported with an office:value of 0 or no office:value at all, but the formula cell will have a text:p value which contains the intended formula result. If these cases are not taken into consideration during import, a 0 will be displayed in the cell instead of the intended special formula result (blanks or errors). These cases include when a formula result: - is blank - has a constant error value beginning with "#" (such as "#VALUE!" or "#N/A") - has an "Err:[###]" (where "[###]" is an error number) Change-Id: I8068cf1c9809c02513662f2b0a6fb16eb44920e0
-
Ruslan Kabatsayev yazdı
This reverts commit 0714d191.
-
Noel Power yazdı
avoid char buffer and snprintf. Change-Id: Ia83cfc9333591bcb3b191679ccf2be587b4be243
-
Uray M. János yazdı
Change-Id: I133590c9f2a34d8daab031da0c77bd049d275c29
-
Cédric Bosdonnat yazdı
This dark magic is needed to have a behavior similar to the one of Word for images anchored in headers/footers. Writer can't have pictures laid over the header/footer but below the body text. Change-Id: I2c001d4f696c1623370c531059b74e3d5fa4f5b7
-
Cédric Bosdonnat yazdı
Why should we take care of LR Space for SwNoTxtNode... those are images-like contents that don't contain text. Change-Id: I58f6d77efc01febf422073032802f57c5158a034
-
Cédric Bosdonnat yazdı
Change-Id: Ibe34d977df2b2db42d60e45177865c0a6d11c643
-
Cédric Bosdonnat yazdı
Change-Id: Id795d845a6330be9ffe6f7af5cfd592f66e08387
-
Thomas Arnhold yazdı
Actually only two definitions of this long list are really used... Change-Id: I45e85b18f63e4d2cda948766159d81aed27c9289
-
Rob Snelders yazdı
Change-Id: I77cd68b96452896d4eec9f4bbd5200bd65d77f2a
-
Caolán McNamara yazdı
Change-Id: I60323cd849e98b194af43e80aebc699ab662ed0e
-
Caolán McNamara yazdı
Change-Id: I85aae76937c2416964d6e49cdd6ac39dca83ebbd
-
Caolán McNamara yazdı
Change-Id: I9f56598e238f56b3648ecad6526634a2ee363e5b
-
Mathieu Vonlanthen yazdı
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
-
David Tardon yazdı
This was accidentally removed by commit d4efa8b0 . Change-Id: Idaa97ea5a141dca7cde6ba4aae51ecb5bf8856d3
-
David Tardon yazdı
Change-Id: Icd5683ec2609e401e2e04021df5065986875c77c
-
Tor Lillqvist yazdı
Change-Id: Ib91d60bc66860ad44541b28fbe89aa01d89cdee2
-
Caolán McNamara yazdı
Change-Id: If4fd8fba87c13b6294813a86155d3d0ea4d18eb2
-
Stephan Bergmann yazdı
...when running editeng/CppunitTest_editeng_lookuptree.mk Change-Id: Ida1cbb16965138a42bec9e675b630bcbf2f6617e
-
Tor Lillqvist yazdı
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
-
Takeshi Abe yazdı
Change-Id: Ic982c4da144ecdf7198b84b98d672ced8f1f70b6
-
- 30 Tem, 2012 11 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
With this commit autocompletion words are inserted into a LookupTree instance and used when autocompleting words. Previouslly used sorted vector is still used for the GUI. Change-Id: Ib5aed38d575fbef7221afbebe824a440d4ffbc7e
-
Tomaž Vajngerl yazdı
LookupTree is a tree structure for fast autocompletion lookups. Additionally the tree structure stores word probabilities, so each autocompletion request returns a result with highest probability. LatinLookupTree is an implementation which was designed to be even faster and more efficient latin text, however it works with any kind of unicode strings. The tree structure was coded by Nico Weyand, Unicode strings support and conversion to Libreoffice code structure was done by me. Change-Id: I6549ee45d0952407b8a070f30ed0598fcb420aa7
-
Kohei Yoshida yazdı
This is to work around: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44963 which is fixed in 3.5.2. Change-Id: Id0b409be7ba55f27005f3fd6fb4f77fa0090678d
-
Michael Stahl yazdı
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
-
Tor Lillqvist yazdı
Presumably like building against the 10.7 SDK, --enable-coretext should be used to avoid compilation errors, and it will likely get into a loop at run-time quite quickly. Change-Id: Ib773368a0c5f79dafd3264a8229c5133943f88d6
-
Kohei Yoshida yazdı
Change-Id: I4f5572dcde886db50cb8d189da41a862f6cefe72
-
Kohei Yoshida yazdı
Change-Id: I4014cf6c88ebdacd1c6c167e44ef61980182bc31
-
Caolán McNamara yazdı
Change-Id: I79beed272a6b3bb27d78563db70f66bcf620df8c
-
Tor Lillqvist yazdı
Change-Id: I289aa31a6ef984931f888c127c1a7c30f64b53fc
-
Uray M. János yazdı
Change-Id: Ic647e5c337987985f749b67113892a01f74ee8f9
-
https://issues.apache.org/ooo/show_bug.cgi?id=116423Tor Lillqvist yazdı
gold doesn't have -z dynsort, so instead of introducing gold ifdefs, just don't bother with -z dynsort. See the bug for discussion. Change-Id: Icfb8395523127d79c30b688420c469ae50ed2dad
-