summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-22coverity#705782 Resource LeakNorbert Thiebaud
Change-Id: I8346d3fd2ce4345cc9a352abb608cfec5f6939f4 Reviewed-on: https://gerrit.libreoffice.org/2223 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#982249 Unchecked return valueNorbert Thiebaud
Change-Id: I959599c899b489aa42ccce60c6794869041522a0 Reviewed-on: https://gerrit.libreoffice.org/2222 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#705976 coverity#7074977Norbert Thiebaud
Change-Id: Iaedb5fcd87a24f478d7c4a9c25e32cd2d0ee55da Reviewed-on: https://gerrit.libreoffice.org/2221 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22scripting: s/pathes/paths and s/Pathes/PathsMiklos Vajna
Change-Id: I58d8e8dc9c6a6864206d923165d075114368c866
2013-02-22coverity#982443 Explicitt null dereferencedNorbert Thiebaud
Change-Id: I470c34c38eda673e6663b23cdb28ea4be0bef914 Reviewed-on: https://gerrit.libreoffice.org/2218 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22s/Whith/With/Tor Lillqvist
Change-Id: I098290a33a3d455594bd200034b279eef02c792b
2013-02-22s/whith/with/Tor Lillqvist
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
2013-02-22coverity#735665 Dereference after null checkNorbert Thiebaud
Change-Id: I9d217789116602838dabbf93e81ab8d0467c5c7b Reviewed-on: https://gerrit.libreoffice.org/2217 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#735664 coverity#736134 coverity#736135 Dereference NullNorbert Thiebaud
Change-Id: I1a5c7d7bb2d60a43bb6197fc04a01d981a1396d1 Reviewed-on: https://gerrit.libreoffice.org/2215 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22s/pathes/paths/Tor Lillqvist
Change-Id: Id832119cc6da885372e56c2119e3bc3b31a7b825
2013-02-22s/childrens/children/Tor Lillqvist
Change-Id: I1731710811506383d29c835a613b07506e7232f0
2013-02-22s/bAllWays/bAlways/Tor Lillqvist
I assume the word "always" is what is meant, not "all ways". Change-Id: I95a2d98f3a6ef49cf52341fbb6d8a8c90e3ee27a
2013-02-22SwFntObj::GetTextSize: clean up ascii-artMiklos Vajna
Change-Id: I39a2d3128e5b8f09f1cac895205dea683a4abd17
2013-02-22some clean-up in the commentsMarkus Mohrhard
Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
2013-02-22fix problem with \0 in string literalMarkus Mohrhard
Change-Id: If605c111a1d921e404c4aca12d28c558a6659987
2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl
... so it can be passed from make to shell to configure to generated Makefile to libtool to invoked gcc without loss of valuable dollars. It is an open question to which extent this commit should be credited to the designers of sh, autoconf, libtool, make, and/or Solaris ld. Change-Id: I0709a49d7025dbfda4d9c0e7202ea932ec85e0cb
2013-02-21Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky
that's enouph breakage for now. This reverts commit 596bd0f61f8cfc957410148ae221c62331067bdd. Change-Id: I992f439a9a099e47115a30b3d745848f3af09e5e
2013-02-21Remove leftover debugging printfTor Lillqvist
Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd
2013-02-21pFTOblique is unusedTor Lillqvist
Change-Id: I20c70299e6e91883dd5ee45b09268f543fd5e1c8
2013-02-21FT_GlyphSlot_Embolden() and FT_GlyphSlot_Oblique() return voidTor Lillqvist
Change-Id: I40e0edeeda7158c6209b3eda124587e2da4df8d1
2013-02-21remove un-conditional 20 second sleep on-start for now.Michael Meeks
Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1
2013-02-21Need the spell libraryTor Lillqvist
Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8
2013-02-21Need the protocolhandler and spell librariesTor Lillqvist
Change-Id: I88b514326be80e56053a28f4a434162fd8d4397b
2013-02-21Just link directly to the bundled static libfreetype on AndroidTor Lillqvist
The dlsym() crack found the system (but non-public) libfreetype symbols, and that seems to be incompatible and caused the app to crash. Change-Id: I9b0bcac098d7cb3560640de3dfc10f51569c462d
2013-02-21Do strip the .so that will be included in the .apkTor Lillqvist
There is no use for non-exported symbols and debugging information in the .so on the device. Debugging with ndk-gdb uses the non-stripped copy of the .so located on the build machine and works fine (as fine as the NDK gdb can work) even if the .so that is actually running on the device includes no debugging information. Change-Id: If4e77284a74427261eefac0e167ed42161c773f8
2013-02-21android: finally starting and rendering at least something again.Michael Meeks
Only renders on very-first-start after install (oddly). We initialize vcl in it's own thread to avoid problems. Thanks to tml for fixing a linking issue. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
2013-02-21Fix type unkown -> unknownJulien Nabet
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
2013-02-21spurious warning C4701: potentially uninitialized local variableMichael Stahl
Change-Id: I37f96df0ca6003bd811f156448e6b4990d2222aa
2013-02-21orphaned variable in config_host.mk.inNorbert Thiebaud
Change-Id: I6a6fd3e1e749b9a7adebdc4bf615e9b523b427bd
2013-02-21assert "can't happen"Eike Rathke
Change-Id: I896e29b04568b351517612a1ac161dca5717dfbc
2013-02-21prevent out-of-bounds access for old binary non-UNO add-in functionEike Rathke
Change-Id: I6bdce23059d7db337fff0d4eb215b2acdaf18c93
2013-02-21parse html filter options more legibly.Michael Meeks
Change-Id: I951d26df9c99f47b3e1415b96efaa050adf82892
2013-02-21fdo#59793 Make compress graphic dialog strings translatable.Tomaž Vajngerl
Change-Id: I8b42a6c047f95aa567f520db81699c83a115a6c7
2013-02-21embed also system fonts when embedding fonts in a documentLuboš Luňák
Without this, only fonts that had come embedded with the document were embedded when saving, which meant that it was impossible to create new documents that would have any fonts embedded. Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf
2013-02-21generic integers to enumsLuboš Luňák
Change-Id: Ic43283b9e1666c0f2162e277dc79fc6f992ef616
2013-02-21fix snafu that crept in with 5da5cd60acb7a18878300da7f4b0acb0dbad1888Michael Meeks
Change-Id: I391a415e0f4bf3813637191ef04c0b5f72a2c470
2013-02-21n#779642: Import vertical layout mode from VML elements.Cédric Bosdonnat
2013-02-21split up redline dialog and adapt redline view codeCaolán McNamara
Change-Id: Ib185eacbd0b4123ec947d116076358794bf42d46
2013-02-21add SvxSimpleTableContainer to glade catalogCaolán McNamara
Change-Id: I81f6022602caf9f2b23a7de70f297bb5360a9397
2013-02-21fix NULL dereferenceLuboš Luňák
Only the Clang tinderbox fails here for some reason, but e.g. code in ww8par5.cxx check for non-NULL too, so it's apparently possible. Change-Id: I985445f7727560116813aacbca40c0e7c0a4863f
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann
Change-Id: I3a294c5c800597f3b17395e1e02944f5279e3753
2013-02-21pass the storage to the XML import filterLuboš Luňák
The Calc case of 73a24e709396e4dd906b8cfbd7719e51f29dd3a7 . Change-Id: If280dab5bac7fa7719840ebba51bdca61b9d8c2d
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann
Change-Id: Ib2d61e436d625ac89defe718d4cc1d866d538397
2013-02-21Missing break in switch sidebarwin.cxxJoren De Cuyper
Change-Id: Ia195511369c315cf865fed321edc1ace2c82443b Reviewed-on: https://gerrit.libreoffice.org/2299 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-21fix buildLuboš Luňák
Change-Id: I7b0e5776771d0da41b422fe235598710f7175357
2013-02-21convert Turkish AutoText files from old binary to zipped XMLAndras Timar
I wonder when the support of old binary format was discontinued, but at least in LibreOffice 3.6 it did not work. I converted the files with OpenOffice.org 1.0.3. t Please enter the commit message for your changes. Lines starting Change-Id: Ie68371b613ab0464eefe909d083dbb8567623a2b
2013-02-21remove unused hidsCaolán McNamara
Change-Id: I02343ca6fe9d0c642cd8ebf4723582c7c25889fb
2013-02-21HIG, consistent border width for properties pageCaolán McNamara
Change-Id: Iacaa53c167230d40bd7e68216ff9deb97c528063
2013-02-21Updated coreCaolán McNamara
Project: help 7a607b7a563b85f5c0b884e8c32c4791c14cd66f