- 13 May, 2013 32 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I320e08d7d83727a93e0644db80943bc2bb896222
-
Mark Wielaard yazdı
gcc 4.4.7 warns about the above because getISO8601TimeToken calls impl_getISO8601TimeToken, but if impl_getISO8601TimeToken fails, then o_bFraction will never be set. Change-Id: I3dd9460391c0dcdef37110110ad623c1016f0ddc Reviewed-on: https://gerrit.libreoffice.org/3885Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Jan Holesovsky yazdı
Change-Id: I2fbfd9bc214eff1f224e257a0142b64cb5ffaeb2
-
Caolán McNamara yazdı
in 9453d3d4 I made the preview always on, but for some reason didn't remove the now non-functional button Change-Id: I9af3889a3753c919a897d37a96fe37974d83a272
-
Caolán McNamara yazdı
Change-Id: Ifb216d9efc593e7ecbc9d47b09aed83ab7b2ec39
-
Miklos Vajna yazdı
This always worked, but I almost broke it with 8fe8bd6c. Change-Id: I6b7817830da23afea758d1eb90395aeb01e32f67
-
Miklos Vajna yazdı
Make sure that at least full-page-width multi-page floating tables are imported on multiple pages. Change-Id: Ifb974d50c50b1495634ac2652a3ae46235bb5f52
-
Tor Lillqvist yazdı
Actually it isn't (I think), but let's silence the compiler. Thanks to mjw for noticing and pointing out this warning on IRC. Change-Id: I78885a6dac0c3e27867215d99f6e01d429d086ca
-
Miklos Vajna yazdı
Word supports floating tables, Writer does not. We can map floating tables to fly frames, containing just a table, but then those can't span over multiple pages. We could avoid creating frames in case the table is of multiple pages, but that's hard to determine. One easy case is when the table width is >= the text area with, in that case we can be sure that no wrapping would be performed anyway, so we can avoid putting the table to a frame. Two more related problems: 1) When we need to decide if a frame should be created or not, we typically don't know yet the table width. That's why TestApo() has to always succeed (in case the paragraphs are wrapped), and then we always enter StartApo(), where we can avoid creating the frame, if necessary. 2) Even if we decide that we don't create a frame, floating and non-floating table rows are different, so a separate table should be created for such rows. By doing all the StartApo() / StopApo(), we are safe here. Change-Id: Ifc0e0e2f7320c3784698d0ff278031b46864e2e5
-
Miklos Vajna yazdı
I'll need to access the non-static maSectionManager in this method soon. Change-Id: Ia056ec9c812020c4ac0f4a0f1460a0c9506b12fa
-
Miklos Vajna yazdı
I'll need this struct in ww8par6.cxx soon. Change-Id: I4cf546ff585c89c076e4fdad93dbbb9b8ea72eca
-
Caolán McNamara yazdı
Change-Id: Ib29160cc3468bc4a06e269e5cd5121d5689cb1dc
-
Noel Grandin yazdı
Change-Id: I0443ce15113945c4e4a97a0016a5c90e9b992c74
-
Noel Grandin yazdı
Change-Id: I20af2e294482657e2107b96381e400a609374032
-
Andre Fischer yazdı
Reported by: Shan Zhu Fixed by: Andre Fischer (cherry picked from commit 1289f5be) Change-Id: I6c65dbe9bc87a64ebb2b46a9dc2fda855900c810
-
Björgvin Ragnarsson yazdı
Change-Id: Ibf2cb81f57d123825990c7bde90586b894b9cdcc Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2 Reviewed-on: https://gerrit.libreoffice.org/3860Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id167385e832b1cd78d0612fc2a7611aa76bf0601
-
Arnaud Versini yazdı
Change-Id: I7d387e40464b53a55524bf950b8d413cf8468376 Reviewed-on: https://gerrit.libreoffice.org/3870Tested-by:
Miklos Vajna <vmiklos@suse.cz> Reviewed-by:
Miklos Vajna <vmiklos@suse.cz>
-
Noel Grandin yazdı
Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303
-
Noel Grandin yazdı
The services already existed, they just needed IDL files Change-Id: Ia7bdae932c5fb4b47d23afd2bb0756ecc9cbf6f7
-
Noel Grandin yazdı
API CHANGE: dropped the following services from the new unified interface because the current service does not implement them. service ::com::sun::star::style::CharacterProperties; [optional] service ::com::sun::star::style::CharacterPropertiesAsian; [optional] service ::com::sun::star::style::CharacterPropertiesComplex; Change-Id: I7cb6a5d4e998975b1272f4f4da03feea30cd30b6
-
Noel Grandin yazdı
Change-Id: I501ad5d514fa9f33f92efa3756d2a7c7801bd45a
-
Noel Grandin yazdı
Change-Id: If5fc10e408427fe5d87968a0ad51a3142f895709
-
Noel Grandin yazdı
Change-Id: I409d4820dd772aa761e806ac06a4f210c801fb41
-
Noel Grandin yazdı
Change-Id: I302be46b46518e1e872771e1c8a0647f7c330b30
-
Tor Lillqvist yazdı
As far as I can see, the outer variable with the same name already has the same value anyway, so it can be used. Change-Id: Ia041aa1161015d441e99db6e1d4decea6c6fac99
-
Lionel Elie Mamane yazdı
unset more internal python-related variables, so that the test for runtime-python >=3 does not reuse *any* value from test for build-python >= 2.5 Change-Id: I508292713d582476db70fcd2b05ce0abb300f38a
-
Tor Lillqvist yazdı
Change-Id: Id655a3f97107fd99bdf3c271fdc1938e22d6317d
-
Lionel Elie Mamane yazdı
Change-Id: I33c0b7218054d8d879d72a2a47899b39ae8458ca
-
Lionel Elie Mamane yazdı
AC_PATH_PROG already says no Change-Id: Ib920492c89eeb5113474b834ca00882cf47bd322
-
Yohei Yukawa yazdı
IMR_QUERYCHARPOSITION is one of optional but fundamental request message sent from IMEs to application. This message is used for retrieving the positional information for each character in a composition text especially when the composition text is drawn by the application. This information is critical for IMEs to align suggestion window with the composition text. Change-Id: I53a344a78688060004cc8bcbbf1127f22a468e20 Reviewed-on: https://gerrit.libreoffice.org/3849Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Khaled Hosny yazdı
Change-Id: I28ea63722f542a79aef904f9be40645baac191e4
-
- 12 May, 2013 8 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I0a7f230cb7e36857079de20a535cd883e30fd46f
-
Julien Nabet yazdı
Change-Id: Id7ebcb6b2b8ea209ee6158afdb0416b057a3077c
-
Tomaž Vajngerl yazdı
Change-Id: I0265a4b4c7b2fda267eb56ef719fd6a53d49d460
-
Armin Le Grand yazdı
when size differs from base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg(cherry picked from commit 3cfc2469) Change-Id: I6f09cb18206487c1df01147a902ea0f390d65c65
-
Andre Fischer yazdı
(cherry picked from commit b8f5370a) Conflicts: sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx Change-Id: I42553defdce1636190e8c5c226774135e179e25d
-
Andre Fischer yazdı
Patch by: lizh.fee Review by: Andre Fischer (cherry picked from commit 822661c1) Change-Id: Ibb8e39b98360ef918890a627449c654e311f0f21
-
Ariel Constenla-Haile yazdı
(cherry picked from commit 59d811ef) Change-Id: I958f54f4a9ec590baf9fb1ddb75c85595d4e248b
-
Andre Fischer yazdı
Patch by: Tang Meng Review by: Andre Fischer (cherry picked from commit c4c014f7) Change-Id: I5a57fed3b8ee13d88eaed6ed6e98a6d167f9fa89
-