- 31 Tem, 2012 39 kayıt (commit)
-
-
Michael Stahl yazdı
It appears that the operator== for SwContent always returns false, so 81181891 changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: Ib4f040f03a9eaeec9a2973f5a93a22a387232017
-
Michael Stahl yazdı
It appears that the operator== for SwHTMLPosFlyFrm always returns false, so fbabbcef changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: I43797d62eb95a6c5012dd486fab98a0a8b88b768
-
Michael Stahl yazdı
It appears that the operator== for SwRedline does pointer equality check, so ddd84d08 changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: I8d4a13da9543ef8a7f6e38c05eef3a2c9918e421
-
Michael Stahl yazdı
Change-Id: I37dd291aaa229493141fbb8b426488e8e4427185
-
Michael Stahl yazdı
Change-Id: I16f416cb63221860ff743ce2e2291af99cd19de2
-
Michael Stahl yazdı
- use o3tl::find_partialorder_ptrequals to allow multiple hints on same position - GetPos must not dereference its argument - unused IsEquals Change-Id: I274203be96ff90d1e9a46bab17fd00355514a4fa
-
Noel Grandin yazdı
Change-Id: I74696094ef066687582bd961d61a4877673016fd
-
Michael Stahl yazdı
The Find parameter allows to implement sorted_vector that uses the obvious std::less-like semantics, and also allows for a different semantics where the array is sorted like std::less but duplicate values (according to std::less) are allowed except if they're actually the same object (pointer equality). Change-Id: Id54871c336ddbc2d0a2272bcc81c56914943b449
-
Michael Stahl yazdı
Change-Id: Idf3031a0a39d9154ba2894684ea51125553776b3
-
Rafael Dominguez yazdı
Change-Id: Ic7a2274b36719eeb979218b3dd54f19488f114dc
-
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 1 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
-