- 10 Ara, 2013 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I5021ef61d9238da352e13bdd81a2f3607d0fb4aa
-
Julien Nabet yazdı
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
-
Michael Stahl yazdı
Change-Id: I3d3d7ca09d30f5d9358e48f5a2e030967aa16bc3
-
Matúš Kukan yazdı
If the library does not work, things like fdo#67388 happen. Change-Id: I3390fdb6f2cdf24145ddde4466146f91e5dfde82
-
Matúš Kukan yazdı
Hopefully fixes fdo#67388. I can't reproduce here. Change-Id: I5bcbb59a0f49e925d60f225b0f8f925d6d5dc468
-
Oliver-Rainer Wittmann yazdı
start/end inside a table while end/start of the selection is outside the table (cherry picked from commit 382814cc) Conflicts: sw/source/core/crsr/swcrsr.cxx Change-Id: Ibcbd9b18538ce04abfae11e75b30d6897a62e268
-
Michael Stahl yazdı
Change-Id: I0ed6f24d4aae0f62cb63c682322e39e635e49ec8
-
Andrzej Hunt yazdı
We should only enable bluetooth with explicit approval of the user, see: http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#enable%28%29 We now also display an appropriate message if bluetooth is disabled. Change-Id: Ic3a07c9ad0806a60ac7c7e609a30add7af18916f
-
Miklos Vajna yazdı
Change-Id: Iba539b5546b5bf0dca9c9f19f2537cbcdd48becd
-
Miklos Vajna yazdı
Change-Id: I82bd41c42ade8da50741af4fa66992d4ea95c463
-
Miklos Vajna yazdı
Change-Id: I23c20ebf77666a64e3b65ce69ada1c1e1cfa5c21
-
Miklos Vajna yazdı
Change-Id: I2888be395e137ebc1f25cdc13626ec4265461523
-
Miklos Vajna yazdı
Change-Id: I8a07b74c047dfa2c4b1096e3cd3ace3bd5f93d0a
-
Miklos Vajna yazdı
Also, factor out common code from FlyFrameGraphic() and WriteDMLDrawing() to lcl_startDMLAnchorInline() and lcl_endDMLAnchorInline() to avoid code duplication. Change-Id: Ic1bed48e45b1cdb2d061ed7099206c0b1aa4f9f7
-
Laurent Balland-Poirier yazdı
Change text in status bar for moving average trendline: no equation, no R² Change-Id: I0e18a72ff1f1d78e3bb28cab4d5f215c096898dc Reviewed-on: https://gerrit.libreoffice.org/7015Tested-by:
Tomaž Vajngerl <quikee@gmail.com> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Muthu Subramanian yazdı
This would test for white spaces in text import.
-
Muthu Subramanian yazdı
-
Stephan Bergmann yazdı
Change-Id: Ieefd4653c18dceb5e5300b8411207cca100e4653
-
Stephan Bergmann yazdı
...and while at it, improve generated documentation. Change-Id: I6b80b19f18cd41cd01e272bbb6e91aad2f7853f3
-
Michael Stahl yazdı
The value written for an Impress time field is something like text:time-value="0000-00-00T23:28:07" (in LO 3.5+) or text:time-value="0-00-00T23:28:07" (in OOo 3.3) which contains an invalid all-zero date. Such values are actually rejected by the ODF import since commit ae3e2f17. Actually there was no real support to read the RelaxNG type timeOrDateTime before. So fix that by: - adding convertTimeOrDateTime/parseTimeOrDateTime functions to sax::Converter - recognizing and ignoring the 2 invalid all-zero values written by LO 3.5 and historic OOo respectively - writing a bare "time" in text:time-value if the DateTime struct contains zero Date members (Older OOo versions and AOO cannot actually read that, but everything they _can_ read is invalid ODF...) Change-Id: I754076caee74a5163ed3f972af0f23796aa14f9f
-
Michael Stahl yazdı
Apparenty an uninitialized SvxTimeField is created instead of the SvxExtTimeField that is needed to preserve the value and format. (regression from ee5fc5d2) Change-Id: I36b16af0c143e8b5451a1925806756492dc2334e
-
Michael Stahl yazdı
... since 2f44516d Change-Id: I25905a69464a43e12fcbb4770c8b0e171ab3271b
-
Michael Stahl yazdı
SfxDateTimeItem and SvxExtTimeField need to use 64-bit integer to store Time as well. These classes also have binary serialization Load()/Save() methods but they are unlikely to be used in a persistent way, just for the clipboard. The problem is easy to reproduce in Impress: Insert->Field->Time(fixed) (regression from 9830fd36) Change-Id: I5946c5b94dd5a509805b6dc40461bbd910caffc4
-
Michael Stahl yazdı
SwDoc::SetFixFields() uses sal_uLong to store Time.GetTime() which needs 64 bits. Also fix same problem on Time fields in HTML import. (regression from 9830fd36) Change-Id: I5d0388cbc364e1f9dfb60ff9e83c7d2f101c69d8
-
Michael Stahl yazdı
Not sure if such are legit, but this should fix the crash. Change-Id: Idf8a3a67ddae464533d431f1a6a2ebea6d6c2213
-
Michael Stahl yazdı
Can be reproduced by opening Data Sources in Writer and closing document. Change-Id: I703ceffee3a1896acd06076d8b77085e8785acd3
-
Miklos Vajna yazdı
Change-Id: Ibe6bee0d8fc251c47a362e71dcfd4543da28f3c4
-
Miklos Vajna yazdı
Change-Id: I4b2b13c0855180acbfe34b594e12e493d4f04120
-
Muthu Subramanian yazdı
-
Muthu Subramanian yazdı
-
Muthu Subramanian yazdı
-
Tor Lillqvist yazdı
Change-Id: Iddb5bd22ca5536d1de83d05b82e5d78ee39c4d56
-
Muthu Subramanian yazdı
-
Miklos Vajna yazdı
For some reason for drawingml shapes Word doesn't like the "0" identifier. Let's do the same trick that works for font identifiers already. Change-Id: I30ebc33ab927becc1bbf146577eb36b914bf7edb
-
Miklos Vajna yazdı
Change-Id: I278b568d512dfbc34d24c612c1a532315e35e808
-
Muthu Subramanian yazdı
Has part feature of getting hashes of SdPages. (Misses hashing text, images, etc).
-
Muthu Subramanian yazdı
-
Stephan Bergmann yazdı
Quoting 56211a16 "fdo#72394 Don't endlessly expand $(share_subdir_name) into itself": * The compile-time variable LIBO_SHARE_FOLDER should not end up as a runtime framework path variable, esp. since accidentally re-substituting it for "share" segments in unrelated URLs like <file:///export/share/for-all> does not make sense. ac4e19f9 "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters" had already attempted a fix for that, but it had to be reverted again with 791a8b96 because it "Unfortunately does not work if BUILDDIR is different from SRCDIR." So this time fix it not via configure-expanded *.in files, but via xsltproc (for officecfg/registry/ files) and sed (for wizards/soruce/configshare files). The changes to officecfg/util/alllang.xsl will replace @LIBO_SHARE_FOLDER@ only in oor:name attribues (and in <value> text), not in any other attributes, because I have no idea how to write that generically in XSLT and it happens to be only needed in oor:name for now. Change-Id: Iec78eb70dcbf1a5bbabf4e42f21c44dc65c3e438
-
Eike Rathke yazdı
... for <table:content-validation table:display-list='sort-ascending' ...> Change-Id: I57d35cd08e3fce4eff5d571a19bb8793fde4a201
-
Matúš Kukan yazdı
Change-Id: I8297fd60b7db057504260a2304ccce6358bb9776
-