Age | Commit message (Collapse) | Author |
|
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
|
|
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
|
|
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
|
|
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
|
|
Also checked the following with bin/find-german-comments (all
false positives):
- sysui
- xml2cmp
- udm
- ucb
Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|
|
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
|
|
Change-Id: Ie4747a424bb688263dd578905b44c849e3cac08d
|
|
The invalidation introduced in 7f9928bfa561ccb6ed4e2baacc7d6960bc1ce231
is unfortunately in the wrong place; the pAllFoo actually point at
vector elements, and so they must not be dereferenced after new elements
are added to the vector, so move the invalidation up a bit.
Change-Id: I244d1d5cfd40469ff6d2c081e057355460d34cf4
|
|
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
|
|
Change-Id: I8cad958e1b6ba5eec000244a31e1ee98e0b5d123
|
|
Change-Id: Ifecfa196923b7fdde51839d74bef46e840bae501
|
|
Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8
|
|
Change-Id: I54f1595198b65058d3dd7f3304e0acb75cd55291
|
|
Change-Id: Ib9aa0e619434acde5b4dd93b43b231ba23adb63e
|
|
Change-Id: Ic02f143a0e0f01a6cbc88c47d20e0c27dca17a74
|
|
Change-Id: I2a23787091828415cf814eb7091f3fa926b5876c
|
|
Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15
|
|
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
|
|
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
|
|
This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31
|
|
Change-Id: Iad6063f3f064e0d8fa0bf43125ec1d323519389c
|
|
|
|
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
|
|
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
|
|
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
|
|
- to preserve at least some data for older versions of Libre Office
Change-Id: I2a33706c2a2344e45b57a00469a7387072f8602b
|
|
PageMasterImportPropMapper: in the case of a single "fo:border"
and "style:border-line-width" attribute, it is possible that the border
is imported wrongly, like this:
1. pAllBorderProperty is set from the imported value, with name "TopBorder"
2. individual pNewBorder[i] are created as copies from pAllBorderProperty,
one of which also with name "TopBorder"
3. pNewBorder[i] is updated with widths from pBorderWidths[i]
4. the individual pNewBorder[i] are added to the property vector
5. the property vector is sorted by property name
6. the properites are applied in order; if the pNewBorder[TOP]
happens to precede the pAllBorderProperty (which is indeterminate
as they both have name "TopBorder"), then the pAllBorderProperty
will overwrite the border widths computed in step 3.
Thus, nerf the various pAllFoo properties so they do not override
the individual Foo properties later on.
Change-Id: I87755f1184d59da2aa72ac053e6f77d7295d6958
|
|
Change-Id: I43a2c08ee8dfc0abe4d05579b837b5be0944c0fe
|
|
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
|
|
a literal within a OUString.
Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
|
|
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
|
|
If it's named nLast, then it's supposed to point to the last character,
which, with an empty string, logically means it should point before
the start of the string.
Change-Id: I248fbe80c1c4b1c2c8d39f0bcf772f9b85415e4a
|
|
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
|
|
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
|
|
Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49
|
|
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
|
|
sw document model, xmloff and offapi supported these separately, but sw
layout did not. It turns out it's not needed for Word interop, either,
so better to just merge these, instead of implementing them
independently without a good use-case.
Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
|
|
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
|
|
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
|
|
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
|
|
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
|
|
|
|
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
|
|
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
|
|
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
|
|
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
|
|
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
|
|
Those are unused too.
Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
|
|
These were only referenced by Package_inc.mk...
Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
|