- 20 Agu, 2012 40 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
-
Noel Grandin yazdı
Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f
-
Noel Grandin yazdı
Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338
-
Noel Grandin yazdı
Change-Id: Ieafe29dd9e23bb40a2a80bd231c21e30faa9a40e
-
Andrzej J.R. Hunt yazdı
Change-Id: If56d5c7f8c28248215cf558b03eabe1f5b4569ff
-
Luboš Luňák yazdı
Qt3 moc does not understand #ifdef, so filter out unwanted stuff for it.
-
Andrzej J.R. Hunt yazdı
Change-Id: Ia2e0612588b1bad4971b73852f9cbededb233c7e
-
Andrzej J.R. Hunt yazdı
Change-Id: I86aa527fe913ec6fc1ca566e083eadd64b4db2a5
-
Tor Lillqvist yazdı
Change-Id: I806dcac11667abfd89a3202ed56e6370e18e185d
-
Laurent Balland-Poirier yazdı
Caption of Dlg is missing Filename for import of CSV Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c
-
Tor Lillqvist yazdı
Change-Id: Ifc83795c84cc82832a185317d4aa3554419e31e3
-
Tor Lillqvist yazdı
Change-Id: I3d454d10aee05ce5b4bfd8ea0852bbc751933058
-
Tor Lillqvist yazdı
Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076
-
Tor Lillqvist yazdı
Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69
-
Stephan Bergmann yazdı
<http://msdn.microsoft.com/en-us/library/45119yx3%28v=vs.80%29.aspx> "toupper, _toupper, towupper, _toupper_l, _towupper_l: Visual Studio 2005" states: "In order for toupper to give the expected results, __isascii and isupper must both return nonzero." But a community comment clarifies: "This is incorrect, and should refer to '_toupper' (the macro form), not 'toupper'." (Which makes sense, as otherwise toupper would violate the C Standard.) And indeed, at least for some LO built against MSVC 2008 Express on Windows 7, _toupper('C') = '#' is broken, while toupper('C') = 'C' is good. (And the unexpected '#' then causes all sorts of errors in the code.) Change-Id: Iddaddcaf0cc3ffb30e55b0f410a6cfe9118accc8
-
Gökçen Eraslan yazdı
Change-Id: Ibe834f1aecc60ba09a2c19d75b094881b82c248a Reviewed-on: https://gerrit.libreoffice.org/431Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-
Eike Rathke yazdı
CSV import didn't recognize end of field if a field was quoted and the delimiter was space. Change-Id: I46de608d545011437fe8a298854c134d6cf54b6b
-
Tor Lillqvist yazdı
Change-Id: I392b0203e0850a57eb3e1dfdaf21eafed838129b
-
Jan Holesovsky yazdı
Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49
-
Noel Grandin yazdı
Change-Id: Ib6f3af37906583af376687962b758d348431585f
-
Noel Grandin yazdı
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
-
Noel Grandin yazdı
Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587
-
Noel Grandin yazdı
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
-
Timothy Pearson yazdı
Change-Id: Ifd28ab758ba8be89a57c152d3fb9d361715bb33f
-
Caolán McNamara yazdı
The logic of 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163 in binfilter appears to hold for core as well Change-Id: I73cd47586c4c83858f9eca92e019ad0108b514e0
-
Caolán McNamara yazdı
Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d
-
Caolán McNamara yazdı
Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9
-
Radek Doulik yazdı
- fixes rest of n#759172 Change-Id: I6c2694bf8276337b7d1fa54a12867bfc2b658a23
-
Michael Stahl yazdı
The value was changed to S390x, presumably by accident, breaking the build (regression from 480b32d3). Change-Id: Icca90818c6363855437a273714a8317becdfd0e5
-
Michael Stahl yazdı
Change-Id: Icad5dfcf8b9962623ac9f8954672a50a232bb9be
-
Michael Stahl yazdı
This new property is necessary because the old TableBorder cannot be extended to contain the BorderLine2 structs without breaking compatibility. Change-Id: I5e22782256b29224225a9d74c818b2c47fee8526
-
Tor Lillqvist yazdı
Change-Id: Ifc99e894885ed835c3205c3eea708a07273b52b3
-
Tor Lillqvist yazdı
Change-Id: I391edae66298810583c3ac4029cadd182af39ff2
-
Tor Lillqvist yazdı
Change-Id: I4e3274c43e34f6b28277ac75f96ae8c146e94c40
-
Andrzej J.R. Hunt yazdı
Change-Id: I1c746861e1e5c6625e03f4761ecf2fd641fcf071
-
Cédric Bosdonnat yazdı
This reverts commit 82c46f18 as it breaks a unit test. Needs to find a better fix.
-
Cédric Bosdonnat yazdı
...or we may have some additional properties set on some styles. Change-Id: I5a5d307931a2a6c1f25bd2da93381d8de65c2480
-
Matúš Kukan yazdı
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
-
Andrzej J.R. Hunt yazdı
Change-Id: I88e261b7d0f830f67166d4eaf592298015b1c5ae
-
Tor Lillqvist yazdı
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
-