- 21 Agu, 2012 17 kayıt (commit)
-
-
Tor Lillqvist yazdı
Just build the sdremote app for now. Note that this is a pure Java app with no dependencies on (native) code (or Java code, for that matter) from rest of LO. Probably should drop the separate android/sdremote/Makfile and just do what it does in android/CustomTarget_sdremote.mk instead. Adding other Android apps (well, the LibreOffice4Android one likely) to gbuild will require more complexity as they bundle native code, and thus should depend on other modules first having been built. If one wants to go really fancy, one could of course depend on the specific libraries (and other files) being bundled. Let's see... Change-Id: If10761479f348c4993eec40b7f8346edb77f0e0d
-
Fridrich Štrba yazdı
Change-Id: Idfc96e5f4b31cf54fdb9734b6e3cb87d3aabc786
-
Stephan Bergmann yazdı
Turns out 608fe962 "Let osl::FileStatus getters assert programming errors" was overly optimistic and misunderstood that osl_getFileStatus(..., nMask) /can/ return a FileStatus for which isValid(nMask) is false, esp. for stuff like file names and URLs of Windows drives and servers. That in turn leads to existing code now calling rtl::OUString(_aStatus.ustrFileName) etc. with null argument and crashing. Change-Id: Icd2168e209aa1c7a6df30cd954513d01034923db
-
Brennan Vincent yazdı
Change-Id: Ib737a7d0ba833bcdc1e284890c62c9cf187d6b61
-
Fridrich Štrba yazdı
Change-Id: I6ead205a272f0167157304748d7daf8ffc9211c9
-
Andrzej J.R. Hunt yazdı
Change-Id: I0be93ff79d3dbd56bf847a081b310985c77e43f5
-
Tor Lillqvist yazdı
Note that sdremote does not use any LO native code, this Makefile does not need and has none of the related complexity, like those in ../experimental/*. Change-Id: Iaa9fb7f0b1a96af4283dc19a2ad125f37ba85411
-
Andrzej J.R. Hunt yazdı
Change-Id: I2101fd1ef41ac71f81875ba845250ce875a242b5
-
Luboš Luňák yazdı
Copied from fpicker/source/win32/filepicker/comptr.hxx, which otherwise seems to be the same file. Change-Id: I51ca96c1280e75f9318fcbc74997b2bf755fff95
-
Andrzej J.R. Hunt yazdı
Change-Id: I5934264083a1cd7b33fdcd9869957c222825df60
-
Stephan Bergmann yazdı
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
-
Andrzej J.R. Hunt yazdı
Change-Id: Ia4845940a83361cad1e824832dcad05019192705
-
Stephan Bergmann yazdı
...and appears to be unused here, anyway. Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
-
Cédric Bosdonnat yazdı
This fixes the end of hyperlinks appearing after field ends (while the start of hyperlink is after field start too). Change-Id: If21b8973baaca183e0103e3a70ed98b99aa59392
-
Cédric Bosdonnat yazdı
or you could have some weird values initialised much earlier (remember, that TextLayouterDevice shares its device) Change-Id: Ia8e44e578dc1bff6bdc97a3007db51e20692593d
-
Rafael Dominguez yazdı
Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9
-
Matúš Kukan yazdı
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
-
- 20 Agu, 2012 23 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
-
Gökçen Eraslan yazdı
Change-Id: I597de8efa8838b35597a401c27e1eb709fd8ef31
-
Matúš Kukan yazdı
Change-Id: Iab26aa96301851ace6244688a38bbb99630afd73
-
Matúš Kukan yazdı
Change-Id: I263443d341805583f8ecedf0da738b75249b5d97
-
Matúš Kukan yazdı
Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8
-
Matúš Kukan yazdı
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
-
Noel Grandin yazdı
Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
-
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>
-