- 03 Ara, 2013 34 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I542399d3ed3a3b42592bcabb70d7034b3a4cc93c
-
Noel Grandin yazdı
Change-Id: Idbfeb4180cca90724eb1ce658629d58eed48bb5e
-
Noel Grandin yazdı
Change-Id: Ie0e9176d4f8bbe5bdada5fea848ca9638fc55c91
-
Noel Grandin yazdı
Change-Id: I2740622a5e30916d050e01350208a0de268e42ac
-
Noel Grandin yazdı
Change-Id: I0bcb31a37b642482885379fb2b64ed61c584272e
-
Noel Grandin yazdı
Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
-
Noel Grandin yazdı
Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced
-
Noel Grandin yazdı
Change-Id: I0127079ef3ee6bde8e36f2a83ef1f568b9f15568
-
Noel Grandin yazdı
Change-Id: Id3229083c1e2ad0cfcb01e9dfa6fa66eb5f5604a
-
Noel Grandin yazdı
Change-Id: Ib866c39b2bb5a3cf81b899dc38ea548e3762fc9e
-
Noel Grandin yazdı
Change-Id: Ief8c4b4699b3f6ffe1cb02d3dae43ad5a0c4c89e
-
Noel Grandin yazdı
Change-Id: I12a330e922f8f6ffe9c746a26e5b32c0bbae626a
-
Noel Grandin yazdı
Change-Id: I05fd812d1fd76e57d5305d859b2ad64d471adfb1
-
Noel Grandin yazdı
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen -> sal_Int32 Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
-
Noel Grandin yazdı
Change-Id: If01d21824964a0fefecc34bcf8b0b3910d2b4d48
-
Noel Grandin yazdı
Change-Id: Ia7a6241c651106427e636bdc08085b97a2a41407
-
Noel Grandin yazdı
Change-Id: If00ae920eb74dfe67a8654bb092879997f37ccc1
-
Noel Grandin yazdı
Change-Id: Id2e49e43bc149ee639cdbe5b7a1000049fb87978
-
Noel Grandin yazdı
Change-Id: I8fe982d0c0c0a04e2a10cff0f0ae68d51bed590a
-
Noel Grandin yazdı
And make the return code be -1 for error. Change-Id: I17d066180a604208f0ad689d5dffb77d126c256b
-
Noel Grandin yazdı
so that we can convert surrounding code from xub_StrLen to sal_Int32 Change-Id: Ib779c82a71405f855cfe72bcde2511e8153445f0 Reviewed-on: https://gerrit.libreoffice.org/6896Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...and simplification Change-Id: I652da35312522f452276116df11e548ba9231b53
-
Stephan Bergmann yazdı
b4133247 "Integrate branch of IAccessible2" had changed it to return a string, but that neither matched the documentation of css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sc_unoapi. This is the same underlying issue as 1cb1dca1 "Revert SwAccessibleCell::getCurrentValue to return a numeric value again" and needs further clarification apparently. Change-Id: Idb725724842ffa1aff811d66066912a22b2f2f6e
-
Stephan Bergmann yazdı
So no longer instantiate XLinguServiceManager (which might e.g. bootstrap Python) unless explicitly requested, which e.g. removes a noticable delay when switching to the Options dialog's "Security" page (which causes size calculations of FixedText controls that use TEXT_DRAW_WORDBREAK but not TEXT_DRAW_WORDBREAK_HYPHENATION). Change-Id: Ib0a28d3d7d7718faf6df7a138f5a86b8b2fd7713
-
Matúš Kukan yazdı
Change-Id: Ib80cdc1408c8784db066b35f27993f8521772a76
-
Matúš Kukan yazdı
Change-Id: I6c107ea5e780ea1178759e2ee827f9bd6d5ede3a
-
Markus Mohrhard yazdı
Change-Id: Ic029958dc70286f3022d06299b61eca6d37844c9
-
Markus Mohrhard yazdı
Change-Id: I447218101e1791375273580a313dd54708303d7a
-
Markus Mohrhard yazdı
Change-Id: Ia6c481bbf5353db4c2801a53ae1455534c6978bd
-
Kohei Yoshida yazdı
Change-Id: Ibfd9bf626a40c3ec4eb18d09944e8943163595c8
-
Kohei Yoshida yazdı
Useful when we just need to check if the stream has a certain namespace defined. Calling getNamespaceURL() may throw SAXException in such case. Change-Id: Ib2b7b202492390158270d87bab95d1793c9d8a70
-
Kohei Yoshida yazdı
Change-Id: I356b26947d1018276d8a9ff6012fdad3ca2c0fd8
-
Kohei Yoshida yazdı
Change-Id: Ie2cff194c1db5eaa992c4bcaaa06ec9a419d85a7
-
Kohei Yoshida yazdı
Change-Id: I4aec1d45edb47ea16adaa8d2ac23340b8f421bae
-
- 02 Ara, 2013 6 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
1) Do not dispose m_xComposer, might still be used by our m_pCache 2) Do not create a new m_xComposer if the previous one will do, so that we do not gratiously use a different one than our m_pCache. Change-Id: I6540c035c9159017c694b36e676721ec3e42db51
-
Lionel Elie Mamane yazdı
Else we dispose m_xComposer too eagerly; still used by m_pCacheSet. Change-Id: I205488465c19a356534df17b8a5e9a20ce6766c9
-
Michael Stahl yazdı
Trying to set a name that is already in use will throw an exception (and set a different, generated name); if there is actually no name in the file then there's no point trying to set anything. (regression from b69d152c) Change-Id: Ie54d4a830cc23e2853a6efeb81f77dcc788192ea
-
Michael Stahl yazdı
(regression from ee1db992) Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207
-
Matteo Casalin yazdı
Change-Id: Ie5dca349acf2e163fdb6a47b0ba7af27220f2b2d
-
Matteo Casalin yazdı
Change-Id: I8a0851fac3e77f1ad101a422191bf80bfea7eafe
-