Age | Commit message (Collapse) | Author |
|
Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4
|
|
This was pretty lame. It's static. To be sure revert it.
This reverts commit 504499ad9f17be5350b878fa99e814612eaffb5f.
|
|
Change-Id: I619d5d1ff9f6242be652674e4df54ad5c5ddc017
|
|
- Survive case where direction not given
- make ascending default in stronger way
Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
|
|
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
|
|
Core Text does not fake missing italic and bold (unlike ATSUI), so we
have to do it on our own. This commit handles fake italic, bold is a bit
harder.
Change-Id: I4e705669638f67e3c8ec414f2cadd0c6daea9bcb
|
|
Change-Id: If8cd564b03712a8835788386afd83cc97ce04a98
|
|
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
|
|
cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates
Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2
|
|
The more common definition comes from svtools/valueset.hxx.
Make the difference clear.
Change-Id: I79b09f31007a4c00860fa97d8517a2b1f6aadeea
|
|
Change-Id: I4c3311061150f2fd6c703566f064df8263caaa09
|
|
Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1
|
|
This one is unused. The right choice is xmloff/xmlement.hxx
Change-Id: I8bbbcfd0a45f28a309bd22ac2b819fab2e2b2793
|
|
Change-Id: Ia669845468a5f089864e4d08744871c9c05de61c
|
|
This reverts commit 41660feef6095f6d9510d11c99376652b41a504b.
Change-Id: I25cdbc7d63b1ed244127a46b41e68e9c5a174697
|
|
See 9fd9b14cffbf2604022c099b6202bb0a1da6f06e for more details.
Change-Id: Iea92076be8cbcc110deff3c617ee13bbd66aab79
|
|
Change-Id: Ie0129f00f7abe925ad86547812b5b15986e42a78
|
|
Change-Id: I1e419793454ad5401a2d55a2c709bab08f4cf053
|
|
Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655
Reviewed-on: https://gerrit.libreoffice.org/4627
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
This should never have been pushed.
Change-Id: Ida67b0716a916cb7c3b9af7430abc51800414f18
|
|
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
|
|
We should be setting mnExtLeading not mnIntLeading, at least this is
what ATSUI code was doing.
Change-Id: Ibe69da4ea60630a31593b538f55fd2cd95642bf9
|
|
Commit e717d1dcce7f8906311c5ccdbb2326b61a702630 interacts badly with
commit 7b2a0e541567be9750dfc7d98374555967da3470:
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
|
|
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
|
|
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/4624
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Idae0823767291081ed51a478583273daaa0cd1c3
|
|
Change-Id: Ia3011d002c4028008b207505352384f6bb72ce10
Reviewed-on: https://gerrit.libreoffice.org/4619
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
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 0f94142a20861c18f60b5be6fc4163c7e8a69240)
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 ba446263713f7ce1dcc47f78b97840280018af89)
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 a71a282ae781b90c31e25eb631537f10fe842492)
Change-Id: Ifb031950c60efdda2d30e442990af95f557dd914
Build fix
(cherry picked from commit 6e6c057792a410dd36893674c59d452586733348)
Change-Id: Ide599665c78d377baf0b8f935274b41535749610
|
|
Change-Id: I6d3a0bd7db7a6fa0d36fa2a614edf0ba7013bd81
|
|
Change-Id: I0ad4821f97b4f9b222f79973c2b7a465abe184c9
|
|
Disable invisible options in (ctrl+h) search-and-replace dialog if quick search (ctrl+f) is used
Change-Id: I600914ce89135e93d4808bb4a072618b00eb6f08
|
|
Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647
|
|
Change-Id: Ie2726c7ec941a5690e053d39212d7f516e2c27ba
|
|
Change-Id: I882bd9082ef3ed230b34c029b069057793f87197
|
|
Change-Id: I68c0cc796760928c70cd29be27ed1280f9117702
|
|
Change-Id: Idc18c1a6a64edea3399c8747ec0f096a2f964b68
|
|
there are a lot more of them:
git grep 'createFromAscii[^)]*"'
Change-Id: Ibc2e9cae208d8b9c91667bb3b177c6bd6d3a9424
|
|
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
|
|
Change-Id: I4346b2df94fc8767fce734362901b6248bb6342d
|
|
Change-Id: I0b34001e99036f197a50ff24b854e5a07eac6f06
|
|
Change-Id: I4411ffaa3c8bc73891fc854894cca9d5ab1a1dc5
|
|
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
|
|
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
|
|
Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9
|
|
follow-up of a7674482254ee996b1c4fee60f3064778be369aa
Change-Id: I25f40c601454c092078307d931333af1bc1447ac
|
|
Change-Id: Idd4d01c61ccba493554e359bc6ff4298e39633e3
|
|
Change-Id: Iadc3a3dddb7d6df22888e76e8f69e6a829ea901a
|
|
Change-Id: Icd8aedbe66943bb06720af3fb572f7acce96c05e
|
|
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
|
|
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
|