Age | Commit message (Collapse) | Author |
|
C:/lo/core/sw/inc\tblafmt.hxx(311) : error C2487:
'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>::insert'
: member of dll interface class may not be declared with dll interface
Not really understanding what the problem is here, attempting to fix it
by not deriving SwTableAutoFmtTbl from the container, and trying to get
that to build somehow resulted in this commit.
|
|
|
|
In some circumstances installation of embedded VC++ runtime
fails with error code 1935. This usually occurs, when there are
many different versions of VC++ runtimes installed on the computer,
including beta versions. We can workaround this Microsoft bug, if we
don't install our VC++ runtime. A new property was introduced. It is
called VC_REDIST, and installation of VC++ runtime depends on its
value. (BTW the solution is general, ComponentCondition can be used
for any merge module, now we have only the VC++ runtime merge module.)
When the user experiences error code 1935, he should try to install
LibreOffice with the following command line:
msiexec /i <msi file name> VC_REDIST=0
The patch fixes another minor issue. 64-bit VC++ runtime will
not be installed on 32-bit systems any more.
Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc
|
|
Apparently Apple GCC 4.0.1 wants to invoke a copy constructor for
SwAuthorityFieldType when it is given as parameter to InsertFldType,
which seems entirely spurious; let's try if this works around the issue.
|
|
Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054
|
|
Sorry to have to revert this, but it is too broken on Windows.
Even on linux it needed some work to get right. Just stick with
what was there while the author works on a better version.
This reverts commit 21155b8739b1a90455e75b9b527c75e27390455c.
Change-Id: Iaa075c2bd4d2fccf4d58052888735bedc83605c7
|
|
Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1
|
|
Also adapt dbgutil code for previous commit
|
|
I added a GetPos() method because quite a lot of code used that
method and the existing code is quite tied to the precise
return values of that method.
Change-Id: I9af6b923d978abe758b63d835f228495c020455a
|
|
::boost::ptr_vector::erase will delete the element, so p points to freed
memory after that line; try to get this to work via the transfer method.
|
|
Change-Id: I1c92f9d77723979a9d16e9114282dec8d3566de6
|
|
Change-Id: Ifd81de26432d2e7ceed1a643e3c2009e97f8a5b2
|
|
Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d
|
|
Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3
|
|
Removed the copy constructor because it was dangerous,
it could result in accessing an SwTOXSortKey object after it was released.
Removed the operator= because it was private, and no longer used.
Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71
|
|
Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53
|
|
Replaced by XkbKeycodeToKeysym
(cf http://nabble.documentfoundation.org/PATCH-Proposed-patch-for-XKeycodeToKeysym-deprecated-td3978158.html)
Change-Id: Ide8331705369d0c38e72bfe693102625e62a87e1
|
|
Change-Id: Ifab63273b12963e748c9b937648b2079fcd0c796
|
|
...that would otherwise lead to "Bad insert element" failure during live-insertion.
Change-Id: I74f883c9b613f03256abb7be7657f25b418f821d
|
|
Method assumed that not much attribution happens below data and started from
the end of attribution, in the case of not much attribution it worked fine.
For the case of many differently formatted areas with a sufficiently large
area of visibly equal attribution near data end it was a bottle neck looping
over unnecessarily many comparisons. Start at data end instead. For the case
of not much attribution it doesn't really matter, and for the case of no
sufficiently large area below data end it doesn't matter at all and compares
the same number of entries. The drawback would be a large area near
attribution end with many small areas between data end and the large area.
Observed with test case of fdo#46160
|
|
Change-Id: If0b7234ede1d9f8c59e5df692b45539a508d8921
|
|
Or else crash would ensue...
Change-Id: I537523818eae3d558c300705baf7a5d9a8fa6dd9
|
|
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
|
|
Change-Id: I3ac70ea343edde406e78845a112aabcbd8ff65b1
|
|
Change-Id: I03ab6367a40ddc5748a499c4e2c7f108a3ef8a08
|
|
Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e
|
|
Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab
|
|
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
|
|
Change-Id: I Id7f647be04245496bb1970b1bcc621d97395c032
|
|
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
|
|
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
|
|
Let's hope this works now.
This reverts commit 6113b27ec15da2a3b140ae58676062d74c99b31e.
This reverts commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120.
|
|
and it apparently causes linking failures on Windows, so try without.
|
|
|
|
|
|
Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c
|
|
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
|
|
CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment
Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1
|
|
Thanks to Daniel Naber for some great detective work
Change-Id: I8318368971c3d34064ba2e59e757a2e5839d7d6b
|
|
Do not call gfxFont->getName() twice; Thanks David Tardon for catching this.
Heh, I wonder if gfxFont->getOrigName() ever given any different value
than getName() ;-)
Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd
|
|
retain this as an int so that on platforms where char is unsigned
we don't mangle the value and get this all wrong.
Fixes database opening tables on ppc if -fsigned-char is removed
Change-Id: I66f0c6b1b19191595f8b348377579f2daabf7ada
|
|
This reverts commit 875c9a28f49c7a73607fcdfac245b648801dccee.
because it doesn't make sense to build the dmake modules
without -fsigned-char and the gbuild modules with -fsigned-char
and we're still got a few bugs where we assume chars are signed
Conflicts:
solenv/inc/unxlngppc.mk
Change-Id: I6ac07fa3ebadd83efd0da1ee69a010b62dfaad59
|
|
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11
|
|
Change-Id: Ib119c7bf8e04b8274026159218281cb3f220c8d0
|
|
Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9
|
|
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
|
|
Change-Id: I003d1a8ff86f94c15b295e11ad109929708fa561
|
|
Change-Id: Iaf1606ee8c3e4f07cea3525813712dd25b0627c6
|
|
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
|
|
Change-Id: Ie85bd4320324ef932102576ca4ccf32c3527796c
|