- 30 Haz, 2013 12 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I4c3311061150f2fd6c703566f064df8263caaa09
-
Thomas Arnhold yazdı
Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1
-
Thomas Arnhold yazdı
This one is unused. The right choice is xmloff/xmlement.hxx Change-Id: I8bbbcfd0a45f28a309bd22ac2b819fab2e2b2793
-
Thomas Arnhold yazdı
Change-Id: Ia669845468a5f089864e4d08744871c9c05de61c
-
David Ostrovsky yazdı
This reverts commit 41660fee. Change-Id: I25cdbc7d63b1ed244127a46b41e68e9c5a174697
-
David Ostrovsky yazdı
See 9fd9b14cffbf2604022c099b6202bb0a1da6f06e for more details. Change-Id: Iea92076be8cbcc110deff3c617ee13bbd66aab79
-
Tor Lillqvist yazdı
Change-Id: Ie0129f00f7abe925ad86547812b5b15986e42a78
-
Norbert Thiebaud yazdı
Change-Id: I1e419793454ad5401a2d55a2c709bab08f4cf053
-
Norbert Thiebaud yazdı
Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655 Reviewed-on: https://gerrit.libreoffice.org/4627Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Markus Mohrhard yazdı
This should never have been pushed. Change-Id: Ida67b0716a916cb7c3b9af7430abc51800414f18
-
Markus Mohrhard yazdı
This is an ugly hack but it at least works. This regression has been introduced by the merge from the AOO code. The order of calls during import is totally screwed and I have no idea how to properly fix all these problems without introducing new regressions. The best solution would be to move the import/export code into chart2 where we could manipulate tese properties directly and would not need to transform the same information N times until it is written into the chart code. Change-Id: Id53c49441c683b19a973a48884135a3f4e89de03
-
Khaled Hosny yazdı
We should be setting mnExtLeading not mnIntLeading, at least this is what ATSUI code was doing. Change-Id: Ibe69da4ea60630a31593b538f55fd2cd95642bf9
-
- 29 Haz, 2013 28 kayıt (commit)
-
-
Michael Stahl yazdı
Commit e717d1dc interacts badly with commit 7b2a0e54: the newly added "long" variables serialized to SvStream with operator>>/<< now read/write 8 bytes. Using "long" for binary serialized integers is an idiotic idea in the first place. Change-Id: I9432c1bb2c339e797c064371f2cbdcfec2200994
-
Michael Stahl yazdı
This is "collateral damage" from the actual bug, and is broken since CVS initial import (which likely means that in practice no bare MetaActions exist), but the MetaAction::Read() must not read the type from the stream since MetaAction::ReadMetaAction() has already done that! Change-Id: I9ab06ec3112c1eefb86ab70ddfa2f588af257b88
-
Thomas Arnhold yazdı
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Michael Stahl yazdı
Change-Id: Idae0823767291081ed51a478583273daaa0cd1c3
-
SJacobi yazdı
Change-Id: Ia3011d002c4028008b207505352384f6bb72ce10 Reviewed-on: https://gerrit.libreoffice.org/4619Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Pedro Giffuni yazdı
Vigra 1.6.0 (Newer versions use Cmake) * Adds a lot of functionality and includes improvements for 64 bit compilers. * Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann) https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c More information on the Vigra changes here: http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html (cherry picked from commit 0f94142a) Conflicts: external_deps.lst mdds/makefile.mk mdds/prj/d.lst vigra/makefile.mk vigra/prj/d.lst Change-Id: I05de88982b9dab7c851fab16811ca696207cd091 Vigra: add missing mathutil.hxx patch (cherry picked from commit ba446263) Change-Id: I506f0c1c96cfaf278b4e72de34b24633a1e99431 fix vigra patch for BasicImage::resizeCopy() "data_" is an actual data pointer but "data" is a member function (since vigra-1.4). The method resizeCopy() seems to confuse data and data_ which the clang compiler was happy to point out. The OOo patch to vigra-1.4 already solved that problem but it was lost in the upgrade to vigra-1.6 (cherry picked from commit a71a282a) Change-Id: Ifb031950c60efdda2d30e442990af95f557dd914 Build fix (cherry picked from commit 6e6c0577) Change-Id: Ide599665c78d377baf0b8f935274b41535749610
-
Thomas Arnhold yazdı
Change-Id: I6d3a0bd7db7a6fa0d36fa2a614edf0ba7013bd81
-
Julien Nabet yazdı
Change-Id: I0ad4821f97b4f9b222f79973c2b7a465abe184c9
-
abdulmajeed ahmed yazdı
Disable invisible options in (ctrl+h) search-and-replace dialog if quick search (ctrl+f) is used Change-Id: I600914ce89135e93d4808bb4a072618b00eb6f08
-
Thomas Arnhold yazdı
Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647
-
Michael Stahl yazdı
Change-Id: Ie2726c7ec941a5690e053d39212d7f516e2c27ba
-
Thomas Arnhold yazdı
Change-Id: I882bd9082ef3ed230b34c029b069057793f87197
-
Thomas Arnhold yazdı
Change-Id: I68c0cc796760928c70cd29be27ed1280f9117702
-
Thomas Arnhold yazdı
Change-Id: Idc18c1a6a64edea3399c8747ec0f096a2f964b68
-
Thomas Arnhold yazdı
there are a lot more of them: git grep 'createFromAscii[^)]*"' Change-Id: Ibc2e9cae208d8b9c91667bb3b177c6bd6d3a9424
-
Ivan Timofeev yazdı
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
-
Ivan Timofeev yazdı
Change-Id: I4346b2df94fc8767fce734362901b6248bb6342d
-
Ivan Timofeev yazdı
Change-Id: I0b34001e99036f197a50ff24b854e5a07eac6f06
-
Ivan Timofeev yazdı
Change-Id: I4411ffaa3c8bc73891fc854894cca9d5ab1a1dc5
-
Khaled Hosny yazdı
When drawing right aligned text, rounding errors in the position returned by GetDrawPosition() cause the right margin of the text to change whenever text width changes causing "jumping letters" effect. So here we calculate the drawing position relative to the right margin on our own to avoid the rounding errors. That is basically a hack, and it should go away if one day we managed to get rid of those rounding errors. Continue using GetDrawPosition() for non-right aligned text, to minimize any unforeseen side effects. Change-Id: Ia095a17a41f723f5fb7afc99df4250262e9a0051
-
Thomas Arnhold yazdı
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
-
Caolán McNamara yazdı
Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9
-
Thomas Arnhold yazdı
follow-up of a7674482 Change-Id: I25f40c601454c092078307d931333af1bc1447ac
-
Tor Lillqvist yazdı
Change-Id: Idd4d01c61ccba493554e359bc6ff4298e39633e3
-
Julien Nabet yazdı
Change-Id: Iadc3a3dddb7d6df22888e76e8f69e6a829ea901a
-
Julien Nabet yazdı
Change-Id: Icd8aedbe66943bb06720af3fb572f7acce96c05e
-
Julien Nabet yazdı
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
-
Julien Nabet yazdı
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
-