- 22 Nis, 2015 40 kayıt (commit)
-
-
Eike Rathke yazdı
Otherwise, with one of type long, we'd need to set that to default as well, defaults are per type. Visible in a dbgutil build terminal output when the locale is selected in the number formatter dialog for the first time: SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default XML locale data FormatElement group of: ScientificFormatskey1 ja-JP requested ja-JP loaded SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default XML locale data FormatElement group of: ScientificFormatskey1 ko-KR requested ko-KR loaded Change-Id: I3e445fff3ca2dd834bd19c609a2ee2f68e704093
-
Caolán McNamara yazdı
I can't see that nCutPos = rInf.GetLen() makes a lot of sense, perhaps nCutPos = rInf.GetIdx or nCutPos = rInf.GetLen() + rInf.GetIdx() makes more sense, but nCutPos is only used in SwTxtPortion::BreakCut and the nLen has to be >= 0 to be useful in there, so might as well straight-out flat invalidate it as -1 and test for positive values in SwTxtPortion::BreakCut Change-Id: Iad0c26efc47990cf2ffed54dc91207c3b8551096
-
Caolán McNamara yazdı
Change-Id: I76e8240b8e2fc731b5b6534eba37134db93ad4ed
-
Matúš Kukan yazdı
Change-Id: If2491db482fc6eebc5d28f03ace12a89ac6c0a0f
-
Matúš Kukan yazdı
It was most probably not working anyway and is something different to libmerged, which intends to merge only core set of libraries. To build everything into one library, approach similar to what we do for Android could be better idea. Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
-
Olivier Hallot yazdı
Change "Manage Names" dialog as well with better strings Change-Id: I4bbb44976a4a9057cc793409281bad567c3a3b4f Reviewed-on: https://gerrit.libreoffice.org/15482Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Now that a label has been made longer, this will save space. Also, removed a now-redundant explanation to reduce the number of translatable messages, and dropped a spurious “yalign” value. Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74
-
Adolfo Jayme Barrientos yazdı
Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58
-
Caolán McNamara yazdı
Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8
-
Miklos Vajna yazdı
Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117
-
Miklos Vajna yazdı
Change-Id: I6c24a8e392473f3985d3bde9b76a3148fd03bc9a
-
Stephan Bergmann yazdı
Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898
-
Stephan Bergmann yazdı
Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129
-
Stephan Bergmann yazdı
Change-Id: I11633dc1629eac6a1ba79e4b45972a1e4f5fc833
-
Stephan Bergmann yazdı
Change-Id: I27904a961a30042608ae4facae9772d30b86696b
-
Stephan Bergmann yazdı
Change-Id: Idf481726e322067af8730ef1eb1e663a174a6e3e
-
Stephan Bergmann yazdı
Change-Id: I228ba798ccec3f582643734f08ca52e8de3a16df
-
Stephan Bergmann yazdı
Change-Id: Ie09223824af45e5e214169182a5cd189fd04f6ef
-
Stephan Bergmann yazdı
Change-Id: I17ed15d857c0887f426fe9e0dfa869752bb4b52f
-
Katarina Behrens yazdı
the field seems to get imported now, but still ain't displayed in Impress *sigh* Change-Id: I095b9a2c59145f984bc9db853cc22501ca103bb7
-
Caolán McNamara yazdı
if bAutoStyles is true then the mbDoSomething of the SvXMLElementExport is false, and the ctor/dtor doesn't do anything so any attributes added to the exporter are not cleared by the SvXMLElementExport dtor so only add the attribute if bAutoStyles if false and might as well extend the block to cover the use of SvXMLElementExport and use the other ctor which defaults mbDoSomething on Change-Id: If35cd35e902372562fd7e78b3f970d91fcec3c16
-
Michael Stahl yazdı
SwExtraRedlineTbl::DeleteAllTableRedlines() increments its position even when deleting the current element from the vector. Change-Id: Ie827a7b66fa9690bbabaf53204e9ec77247239f2
-
Laurent Balland-Poirier yazdı
Modify all locale data to set ScientificFormatskey2 (0.00E+00) as default for scientific format instead of ScientificFormatskey1 (0.00E+000) Change-Id: Ib8f3d22af82c078468ea70ebae0b078ac55a0003 Reviewed-on: https://gerrit.libreoffice.org/14593Tested-by:
Eike Rathke <erack@redhat.com> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Olivier Hallot yazdı
Fix tdf#90782, change labek "Range:" with "Range or formula expression:" Also, add a Help button to dialog Change-Id: I78025bc50200153a8a7c69b9bc54482d4c5d99ad Reviewed-on: https://gerrit.libreoffice.org/15477Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I6464c5d1a46fadac2510700101f3c8cc29dd7995
-
Stephan Bergmann yazdı
Change-Id: If50fe94875b29043c75b581bf39ca9deea59dbe3
-
Caolán McNamara yazdı
we always close this container, even if we didn't open it original commit always opened the SpgrContainer, and always closed the SpgrContainer. (but seems to have a loophole, presumably never hit where the SpContainer could be opened and not closed) make a container guard which opens in ctor and closes in dtor. should make ppt export crash stats hit 0 Change-Id: I2aead7397448b674e433a4097c97285067a6dc6e
-
Caolán McNamara yazdı
the close container is inside the nRowCount != 0 condition, so remove that and always write the close Change-Id: If05677ae46e8873b8780794bdd84f29505ea4112
-
Caolán McNamara yazdı
Change-Id: I9085ec6c3efeef25ebe50660cdf1c37a3ee85115
-
Caolán McNamara yazdı
Change-Id: I651921a310801c5c14ade5704b058cb278dcc3f7
-
David Tardon yazdı
Change-Id: I90e1e284d8220bcaa6861b0c768fc44820501fd5
-
Caolán McNamara yazdı
Change-Id: Ic89bb307a2e4a08badacb3c13d1f9e2c47f77850
-
Caolán McNamara yazdı
unwind some removals and some other cleanup Change-Id: I81a734ed07a05a5922c31003928c493c2df1652f
-
Noel Grandin yazdı
Change-Id: I457b32ed5ee5d74e6f8361e7de79cbd406122651
-
Noel Grandin yazdı
Change-Id: Ibe384ffae00e045ccfa7d3f7f080f8eb6b3149a9
-
Noel Grandin yazdı
Change-Id: If953610ed24a2b6d5f33f2ba014fba2ca5308d7d
-
Noel Grandin yazdı
Change-Id: I46f792fce6ff09f2b00144f401ee396101d8460d
-
Noel Grandin yazdı
Change-Id: Ibf9eab757fbe94dbff3fd09472f3ca74fffd5094
-
Noel Grandin yazdı
Change-Id: Ic7d91ca51106288fb0e14f6f243d74be77cb2c0d
-
Noel Grandin yazdı
Change-Id: I57381aebad1d8719f2b5165e290e06024472b65f
-