summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-30Dead codeStephan Bergmann
Change-Id: I50b13e27501dfd885e3ed99215d18166d5112bf7
2014-06-30error: direct base 'boost::noncopyable' inaccessible due to ambiguityMiklos Vajna
Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff
2014-06-30Check for empty() before calling top().Kohei Yoshida
Else it might crash sometimes. Change-Id: I6a24fff83c3d36346debae5c0f2b8c0646a15c01
2014-06-30-Werror,-Wunused-macrosStephan Bergmann
Change-Id: I04b79678a488d6dd954a339f678d56f978249b32
2014-06-30CreationWizard already inherits boost::noncopyable via OutputDeviceMiklos Vajna
Change-Id: Ie155742ea9fc29b5b1adfa219c0bc6fdd78cb637
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida
Change-Id: I27bd30ca65cf0066cd022b4b060757913ea01fed
2014-06-30SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two timesMiklos Vajna
Change-Id: Ie74ceb4baf443dae5cfb524b2373dbebf3a8ab4e
2014-06-30android: Add missing mkdir.Jan Holesovsky
Change-Id: I9c06a1a2efcb3c436287a3aac15d976fcafbd19d
2014-06-30use VCL_HIDE_WINDOWS env on Windows, tooAndras Timar
Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee
2014-06-30Use comphelper::SequenceAsVectorMiklos Vajna
Change-Id: I8c0328b1bae3d2c3f327d241acf3df0c078ea4cf
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann
...to avoid -fsanitize=function warnings in Link::Call. Change-Id: I837b35bd3052716fbb41bf4f893961257d1f9b2c
2014-06-30Optimize media rendering during slideshow: save one grabFrame() callZolnai Tamás
'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
2014-06-30Resolves: fdo#80681 widget is not transparentCaolán McNamara
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
2014-06-30tweak helpids nowCaolán McNamara
Change-Id: I2ab7255f634d626cf34ec9f1dcb19d5f24db1c09
2014-06-30rework resize into a custom widgetCaolán McNamara
so that the order of resizing will happen in the right sequence to work correctly every time Change-Id: I1adffe276db3fb80eb34ca74c2ceb51a6ee28526
2014-06-30DBG_ASSERT->assertCaolán McNamara
Change-Id: I977e65d15970a523a28076949544fd846e68ec0a
2014-06-30DLG_FPICKER_EXPLORERFILE conversion to .uiSzymon Kłos
Change-Id: I5d8f5d0182fb6af5111b60caa29912d313c2efa0
2014-06-30Updated coreCaolán McNamara
Project: help 4afc42f9eb3f50b542f22414045856bfc588855e
2014-06-30fdo#80514 LO crashes on opening; tries to remove a para with NumPicBulletVinaya Mandke
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>
2014-06-30Clean up OutputDevice and derived classes noncopyable-nessStephan Bergmann
Change-Id: Id29e52c94a89cac20e29ae0a1f0b9f90ffdfcf09
2014-06-30...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann
...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
2014-06-30writerfilter: use XFastAttributes more efficiently.Michael Meeks
Don't duplicate UTF8 as UCS2 before converting to integers. Don't double convert every attribute, and allocate it twice. Change-Id: Ibb15d703f011865dac8eb72f18408a5d62b60d96
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks
Change-Id: I4fc06c739009a4754282854c4a0fce633213e50f
2014-06-30configmgr: faster / simpler compare for keys.Michael Meeks
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
2014-06-30extensions: MSVC tinderbox wants its InternetGetConnectedStateExMichael Stahl
Change-Id: Ie5486e910ba562954ef38c83b2fa673511a9e931
2014-06-30Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann
...and hopefully it is just as fine to start this safety check at the paren, anyway. Change-Id: Ie3d7a1e233b9e3076a6603f2c6312d57b42b0f77
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann
Change-Id: I80f981216067a03578cfc812b006e6b68b77068e
2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky
Change-Id: If7704edc5baa9759abc680b8d2040b9cdfe92317
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky
Additionally log what we are trying to open - very useful for debugging bootstrap problems ;-) Change-Id: I942b144d97a57cbcb709b2d67029bfa09b339be2
2014-06-30android: Correct location and name of sofficerc.Jan Holesovsky
Without that, URE_BOOTSTRAP does not get set up, and we are unable to bootstrap. Change-Id: I7727e2a9dcbb958e006fadf6243e1ca343633f7e
2014-06-30lok: Correct sofficerc path for bootstrap.Jan Holesovsky
Change-Id: I229958c0f2c6f8905926c95cabd45fa58aed3da1
2014-06-30android: Relink liblo-native-code.so when a library changes.Jan Holesovsky
This is so that calls like 'make configmgr android' produce an .apk with updated code changes from configmgr as expected. Change-Id: I5f576b01269cf3f559a8a6389af298a3758e7309
2014-06-30android: Make LOAndroid3 debuggable.Jan Holesovsky
Change-Id: I0fcfd784d6705cfab4790e1023851d5c537a482f
2014-06-30android: copy-stuff rule is copy'n'pasted around, consolidate it.Jan Holesovsky
Change-Id: I0a746904fa363f987e96165d8def326eb87dcf8f
2014-06-30android: Make the extract_files() part of setup / init.Jan Holesovsky
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
2014-06-30android: Make use of LibreOfficeKit.Jan Holesovsky
Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice; at the moment fails to do that. Change-Id: I91220dbff783213bf7702e7213a5646859db4581
2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky
Change-Id: I5e1758c15684b06ab6809f62f4da6d5f50c071a9
2014-06-30LOAndroid3: ant/make for building, Bootstrap projectTomaž Vajngerl
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
2014-06-30LODroid2: GLES2 fixes, code cleanupTomaž Vajngerl
Change-Id: I368f8caaf0433387a330a63182aab292defef0ca
2014-06-30LODroid2: Remove sdk v7 and v4 support librariesTomaž Vajngerl
Change-Id: I41a30d44c44cb439dc2e60e212eea18b00f316dd
2014-06-30LOAndroid2: use GLES2, latest GeckoSoftwareLayerClientTomaž Vajngerl
Additionally add GeckoGLLayerClient as an alternative LayerClient Change-Id: I250b5d806f520231ad9a9b84ef8387e8830bb364
2014-06-30LOAndroid2: initial import of older Fennec version with LO changesTomaž Vajngerl
rebase on mozilla-central tag RELEASE_BASE_20120531 add LOEvent, LOThread, some LO icons Change-Id: I0c3aba6d9715c60e32d8daa2002b4961eef476f0
2014-06-30Initial commit of Android Viewer projectTomaž Vajngerl
Project was created with Android Studio. Currently includes the base of Fennec's LayerView and dependencies. Change-Id: I5c3ae253d153f659eb92bd0ca17ef95372b71b23
2014-06-30android: Reformat for readibility.Jan Holesovsky
Change-Id: Ib33d3ee0c78302b858b7c814e486c417276b7e7d
2014-06-30android: Support for Android SDK Tools 23 + note about their brokeness.Jan Holesovsky
Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
2014-06-30android: Allow verbose output from the ant build.Jan Holesovsky
Change-Id: I1086a7ab6bc7913c9c9f2492d07915039007e613
2014-06-30android: Now we need API 15 SDK.Jan Holesovsky
Change-Id: I220072b304ebe9471e52f642c850b10bd1f63850
2014-06-30'pMap' may be used uninitialized in this function.Jan Holesovsky
Change-Id: I4085801a773626824ddc5bc4fbca62240fcc171c
2014-06-30Allow CppunitTest_extensions_test_update direct access to UpdateCheck classStephan Bergmann
Change-Id: Ifa1dafe838e0e9c5bfa4525eaa744d4851551fc8
2014-06-30loplugin:unreffunStephan Bergmann
Change-Id: Ied75b7d6e9759a24dc857ff6f2adeee61f240e40