Age | Commit message (Collapse) | Author |
|
Change-Id: I50b13e27501dfd885e3ed99215d18166d5112bf7
|
|
Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff
|
|
Else it might crash sometimes.
Change-Id: I6a24fff83c3d36346debae5c0f2b8c0646a15c01
|
|
Change-Id: I04b79678a488d6dd954a339f678d56f978249b32
|
|
Change-Id: Ie155742ea9fc29b5b1adfa219c0bc6fdd78cb637
|
|
Change-Id: I27bd30ca65cf0066cd022b4b060757913ea01fed
|
|
Change-Id: Ie74ceb4baf443dae5cfb524b2373dbebf3a8ab4e
|
|
Change-Id: I9c06a1a2efcb3c436287a3aac15d976fcafbd19d
|
|
Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee
|
|
Change-Id: I8c0328b1bae3d2c3f327d241acf3df0c078ea4cf
|
|
...to avoid -fsanitize=function warnings in Link::Call.
Change-Id: I837b35bd3052716fbb41bf4f893961257d1f9b2c
|
|
'FallbackGraphic' property introduced in:
b862a216f769d10e726ad759762b5e6a412acdaf
contains the previously called grabFrame's
result, so we can use that instead of render the media
frame again (it affects glTF models too).
Change-Id: Ia93e771e92cc7630480c665dea66fbf571dfa2a0
|
|
regression from 12dfca2ea61116665a7abefd43a9a4caa2b8920b
Author: Armin Le Grand <alg@apache.org>
Date: Mon May 14 15:16:00 2012 +0000
Resolves: #i119307# added deletion of sw's BmpWindow control...
...due to the fact that graphics may be transparent
Change-Id: I7eb2ee8ed53f0ef907a4573a735c71de43b6e8d3
|
|
Change-Id: I2ab7255f634d626cf34ec9f1dcb19d5f24db1c09
|
|
so that the order of resizing will happen in the right sequence
to work correctly every time
Change-Id: I1adffe276db3fb80eb34ca74c2ceb51a6ee28526
|
|
Change-Id: I977e65d15970a523a28076949544fd846e68ec0a
|
|
Change-Id: I5d8f5d0182fb6af5111b60caa29912d313c2efa0
|
|
Project: help 4afc42f9eb3f50b542f22414045856bfc588855e
|
|
LO crashes while opening the issue file as, an extra Num Pic Bullets is
attached to the dummy para. All NumPicBullets were disposed in
dtor of ListsManager.
LO tries to remove dummy para after the section, while the pic bullet is still attached to it.
This causes Lo to crash while removing the paragraph.
Added a 'ListsManager::DisposeNumPicBullets( )' to remove the extra bullets from the document
Added the issue file in sw/qa/core/data/ooxml/pass/
Change-Id: I578f48364dcb4ff939fa3800e90db88a99d5ca1a
Reviewed-on: https://gerrit.libreoffice.org/9897
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Id29e52c94a89cac20e29ae0a1f0b9f90ffdfcf09
|
|
...so when the pMyParent vs. pMySysWin typos in the asserts (thanks Matteo and
Micheal for spotting) were fixed, they would fire in such scenarios. So just
hope that it is fine to effectively skip those safety checks in these cases,
too.
Change-Id: Ib925e57b68643c75a5d4db67fd64692015482179
|
|
Don't duplicate UTF8 as UCS2 before converting to integers.
Don't double convert every attribute, and allocate it twice.
Change-Id: Ibb15d703f011865dac8eb72f18408a5d62b60d96
|
|
Change-Id: I4fc06c739009a4754282854c4a0fce633213e50f
|
|
A surprising amount of time is/was spent comparing keys in the
std::map red/black tree traversing nodes. Since we don't need
the data truly sorted, instead sort in length buckets. Kills
90k rtl_ustring_compare_withLength calls on startup, around
0.9% of headless start.
Change-Id: Ib23aff151ad50d56bbf2ba3e28882cc81898d9ec
|
|
Change-Id: Ie5486e910ba562954ef38c83b2fa673511a9e931
|
|
...and hopefully it is just as fine to start this safety check at the paren,
anyway.
Change-Id: Ie3d7a1e233b9e3076a6603f2c6312d57b42b0f77
|
|
Change-Id: I80f981216067a03578cfc812b006e6b68b77068e
|
|
Change-Id: If7704edc5baa9759abc680b8d2040b9cdfe92317
|
|
Additionally log what we are trying to open - very useful for debugging
bootstrap problems ;-)
Change-Id: I942b144d97a57cbcb709b2d67029bfa09b339be2
|
|
Without that, URE_BOOTSTRAP does not get set up, and we are unable to
bootstrap.
Change-Id: I7727e2a9dcbb958e006fadf6243e1ca343633f7e
|
|
Change-Id: I229958c0f2c6f8905926c95cabd45fa58aed3da1
|
|
This is so that calls like 'make configmgr android' produce an .apk with
updated code changes from configmgr as expected.
Change-Id: I5f576b01269cf3f559a8a6389af298a3758e7309
|
|
Change-Id: I0fcfd784d6705cfab4790e1023851d5c537a482f
|
|
Change-Id: I0a746904fa363f987e96165d8def326eb87dcf8f
|
|
We need to have the files extracted before we attempt to initialize
LibreOfficeKit (call libreofficekit_hook), otherwise the .rdb's are not there.
Change-Id: Ib49db7e945a709d18a063eb488a27df18fef542b
|
|
Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice;
at the moment fails to do that.
Change-Id: I91220dbff783213bf7702e7213a5646859db4581
|
|
Change-Id: I5e1758c15684b06ab6809f62f4da6d5f50c071a9
|
|
LOAndroid3 is based of LibreOffice4Android project which uses
ant/make for building. By using LibreOffice4Android as the base,
the project creates a APK archive which has all needed files
to start LibreOffice in Android environment.
Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908
|
|
Change-Id: I368f8caaf0433387a330a63182aab292defef0ca
|
|
Change-Id: I41a30d44c44cb439dc2e60e212eea18b00f316dd
|
|
Additionally add GeckoGLLayerClient as an alternative LayerClient
Change-Id: I250b5d806f520231ad9a9b84ef8387e8830bb364
|
|
rebase on mozilla-central tag RELEASE_BASE_20120531
add LOEvent, LOThread, some LO icons
Change-Id: I0c3aba6d9715c60e32d8daa2002b4961eef476f0
|
|
Project was created with Android Studio. Currently includes the
base of Fennec's LayerView and dependencies.
Change-Id: I5c3ae253d153f659eb92bd0ca17ef95372b71b23
|
|
Change-Id: Ib33d3ee0c78302b858b7c814e486c417276b7e7d
|
|
Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
|
|
Change-Id: I1086a7ab6bc7913c9c9f2492d07915039007e613
|
|
Change-Id: I220072b304ebe9471e52f642c850b10bd1f63850
|
|
Change-Id: I4085801a773626824ddc5bc4fbca62240fcc171c
|
|
Change-Id: Ifa1dafe838e0e9c5bfa4525eaa744d4851551fc8
|
|
Change-Id: Ied75b7d6e9759a24dc857ff6f2adeee61f240e40
|