warning C4334: '<<' : result of 32-bit shift implicitly converted to 64
bits (was 64-bit shift intended?)
after my commit 60e659ae355d073b05b3b9c8d2ac3bdc5f76020d
"convert IMPL_FONT_ATTR constants to scoped enum"
Change-Id: I83f1ea5869fa60c89dbc706020f68cc2c4277f48
For instance, if using LibreOfficeKit in a chroot jail, there might
not be a /dev/urandom, which causes the std::random_device ctor to
throw a std::runtime_error exception, at least in the libstdc++ I
have.
Change-Id: Icc91a4ddf92ce66c66b6ffb8b4d1a02ab5f29ee9
It is supposed to contain the name of a stream in the document storage
(like "Object 1") that has an embedded database for mail merge data
source definition purposes.
It's just loaded / saved from ODF at the moment, it's not yet used for
anything.
Change-Id: Ida366478fd83aa51e66e958ac09d852332c227c9
since
commit b8f21298288890d52c06fef6c84441634c56c986
Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
Date: Mon Mar 2 20:57:32 2015 +0900
the color bar is always drawn under the icon and doesn't
get drawn to the right and fill all the empty space of
the tool item, e.g. in impress see the new toolbar color
selector
Change-Id: Ib70fec9c933b9d743e67475899938a5d9f405496
and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic
where it was not correctly translating between different flags types.
Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee
This code was like that ever since 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24
"initial import." From the surrounding code, the best bet appears to be
ATTR_LINEBREAK?
Change-Id: Id0e3346f2f9bb9c00c202003d06c2518dea38112
Problem is that after import there are SwRangeRedline that start in the
first cell of a table and end in the paragraph following the table.
There are <w:del> elements covering every individual paragraph in the
table; all of these are merged into one SwRangeRedline.
This could possibly be fixed in writerfilter by buffering the
m_pParaMarkerRedline until after convertToTable() to prevent the
merging, but perhaps it's better to fix it in SwXText::convertToTable().
Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68
instead of sal_uInt16, to match type preferred by following
code. Also use size_t for calculating products, just to stay
on the safe side
Change-Id: Id875e01aa2087fc27e60536d5e3ef152b22aadc6
where we get the untranslated names for these for some
weird and wonderful reason that escapes me, but this
is clearly why this existed.
Change-Id: Ic7a7897a4988a981a3a77a8e64521d1738a323ee
toolbox and lists are a little different in height naturally causing a little
jump in layout on toggling between color and anything else
Change-Id: I0b2ab92ab2fb5bec7d7fecc7aeaf15f47781a67b