Age | Commit message (Collapse) | Author |
|
Change-Id: I60a02dea64a5f6fd34c2de86e60bdfb9171b3ea0
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
This was keeping the Base form wizard from applying styles
|
|
|
|
|
|
|
|
Change-Id: I085024b6bfccf6846167a5de316912a395f4e301
|
|
|
|
events. A little code streamlining, also.
|
|
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
|
|
...and we are not stripping other PKGFORMATs, either.
Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2
|
|
Change-Id: I71c3ebfcb68a53a291bcab2fdd397d62fd8b368a
|
|
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
|
|
PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION.
ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX.
We should not mix these another way.
Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
|
|
use 3.7.0.0.alpha0 where possible;
use the suffix "+" in the about dialog to signalize non-release builds
Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc
|
|
Word handles the "border to page" distance as a subset of the page
margin. Writer handles these values separately, and the real margin is
the sum of the border width, the margin and the border width itself.
The problem was that the width of the border itself wasn't counted, so
the real margin was a bit larger than necessary.
Change-Id: Id38153308f1e321b6556762b30f3377f2360edf6
|
|
|
|
|
|
Change-Id: Ie0ed609076d59fbb9f3209e406de76aaa731073e
|
|
merge together a gadzillion hand-crafted
isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
implementations which should fix a goodly amount of them
add a MsLangId::isFamilyNameFirst for locales where
family name appears first while I'm at it.
Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
|
|
Change-Id: If6b17c0a19455edb7d7fb94c5d552267c1fe5984
|
|
Change-Id: I3abcd97b15d9a8500435fab795a7834fa5745dc9
|
|
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
|
|
Change-Id: Ic397223332982619d62a30326fa8ceddd59010f3
|
|
Change-Id: If7246afada76ca078ace48ef6f8bdb6a72adc00a
|
|
Change-Id: I77c80d332e4bef34c31accf6e2ab77e59f9bf93e
|
|
Change-Id: I16c1f5ee7a05aa011d00e6f1de86e1aa5d9621b8
|
|
Change-Id: I0055ad846f438765c5259e02025e6ef5f32c6169
|
|
Change-Id: I14695ec0871e186266770d7cfe90f532de31ea57
|
|
GPLv3 has to be easily accessible. We should not hide it under too many
mouse clicks.
This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
|
|
Change-Id: Iaad7538ed7933a1f45bb5e16dc0adec75af53300
|
|
localize tool need to get strings also from src directory
Change-Id: If8e94198002888d1fcf9b0b0416b7b5dcaa46386
|
|
Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
|
|
|
|
Change-Id: I6c7a7b88b64ec8c0eef8eac30ea3e6e40e271f76
|
|
Change-Id: Icbd8a343b6cb1615b667451043c23b6f131a0f04
|
|
Another attempt, whoever has written this apparently didn't consider
the possibility of recursion at all, and this still feels a bit hackish.
Writerfilter keeps just one oox::shape::ShapeContextHandler object during
the entire time of parsing the document, because e.g. <v:shapetype> needs
to be reachable even across VML block (see sw testcases for bnc#705956).
This however presents a problem when VML contains <w:txbxContent> which
contains another VML, as this code previously just took whatever has been
read and returned it to writerfilter, and it broke with recursion.
So now try to mark recursion entry and returns the right shape.
Related to 36c12c246d886b2d96d7a2d4d0c250db9d925c74 and the previous
commits it reverted.
Change-Id: I949a6b52ec7540aa59b047c7b6e908b10fb3bdc1
|
|
Change-Id: I0de5e694adedf8812cc31036860991c853f38d93
|
|
Stupid containers with shared_ptr. Trying to remove the object
from it gets it deleted because it's owned by the shared_ptr
and there's no sensible way to wrestle it out of it. This will
need to be redone somehow.
This reverts commit 04d600d4be7c50db4b3b505039eb8bc96856f593.
|
|
Change-Id: Ib8e9976e618e676465f0baf1f38be7e3297ac853
|
|
Thanks to Jean-Baptiste Faure for spotting.
Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6
|
|
Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585
|
|
|
|
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
|
|
Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e
|
|
Change-Id: I707105f6da53a6cb790d743738875acde561e20f
|
|
This way the sprm handlers can be aware that a numbering is provided by
that style.
Change-Id: I5b5f1570a9e50fd8b3372f5ac7a6cd48e9751254
|
|
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
|
|
Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
|
|
Change-Id: I03d9c2416de66d694948b9fe560f83317d6b03ef
|
|
Change-Id: I8dc4dadd3e26578500b555cdf850c3fb95bc1401
|