summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-21sal_Bool to bool in jpeg filterTomaž Vajngerl2-6/+7
Change-Id: I9a091e9b209c443cb32983e6d35044eec8681d18
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl9-808/+961
jpeg.cxx/hxx contains classes JpegWriter and JpegReader which are considered private. Split this two classes and other related functions into its own files. Change-Id: I41c1139b30a4dc19e03b2232dfe0986cc05d0c08
2013-04-21Updated coreDavid Tardon1-0/+0
Project: dictionaries 36a0d3a959604b5c5af4adb17ca10a1d85542846
2013-04-21fix typoDavid Tardon1-1/+1
Change-Id: Iaf1875bd7223743aa4309c970601fca3417afe17
2013-04-21Delete more unused member from exportZolnai Tamás2-13/+0
Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4
2013-04-21Avoid multiple appends on OUStringMatteo Casalin1-5/+2
Change-Id: I877c4520be335dc04bbfdfa9a15dab52dd7f446a
2013-04-21Some changes in qtz handlingZolnai Tamás16-237/+356
Executalbes, which work one language, generat qtz by own. (stringex,helpex,treex,propex) So these executables can generate qtz without po file when use them with qtz, call them with "-m" flag without parameter. Change-Id: I56c34db7151dc3ef0ce1c85ed607719e4cbb5e92
2013-04-21blind fix for MacOS X build problemDavid Tardon1-1/+1
Change-Id: I56f0fd27fa246643d611f9fc6a9f1bcfed759c60
2013-04-21fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 1)Matthias Freund2-117/+94
basesh.cxx line 112 translated with a hint of David Tardon. (Thank you!) Change-Id: I98af528c011a7d63b07b3aa71271d6816c11f7ab Reviewed-on: https://gerrit.libreoffice.org/3512 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-21gbuild: use Package for delivering smoketestdoc.sxwDavid Tardon3-10/+15
Change-Id: I056a9457aee725e1c8f992ee2553e79f536920ee
2013-04-21gbuild: use ExtensionDavid Tardon5-49/+41
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
2013-04-21uretest.zip is not installed -> don't build itDavid Tardon3-87/+0
If anyone wants to do anything with it, there are the sources (but quick look at ure/source/uretest/Makefile suggests it is dmake, so good luck with that .-) Maybe it is just another relic of the past that can be removed? Change-Id: I44b4a36d89a5617d5dba9e063e8b8b19c1dba240
2013-04-21adapt path for test.dll for WNTMichael Stahl1-3/+7
Change-Id: I4d7cb081805213f55ae69c4ade8638bbfc06f0c4
2013-04-21pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimesMichael Stahl2-1/+5
Change-Id: I8ed937739d94bfc6316d9cb158870362a0b8b996
2013-04-21accidentally renamed variableMichael Stahl1-1/+1
Change-Id: I940a807a6bd92393fa4bf01790c1478234228e5e
2013-04-21fdo#60949: Move more libs to OOOLIBSMarcos Paulo de Souza6-64/+16
Change-Id: Ibd45f7004f8eaa151b9a60d7369d396411f60a2b Reviewed-on: https://gerrit.libreoffice.org/3511 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy14-94/+15
Change-Id: I4cc2dc7f1da3bc15921939e3bd5908a3f7049eab Reviewed-on: https://gerrit.libreoffice.org/3492 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20missing "" around identity in check for code signng key on MacNorbert Thiebaud1-2/+2
Change-Id: I421b72dd58d1216c1f68731332bc6a41d3c0071e
2013-04-20python3: --with-system-expat seems to mess up mac buildNorbert Thiebaud1-1/+1
Change-Id: I2227c5c715bb656878dd97b71d59c149e7e5320a
2013-04-20connectivity: use LL qualifier for int64 contantsNorbert Thiebaud1-2/+2
Change-Id: Iaafbd62920c2b695c5810766d143a01c288e813f
2013-04-21fix access to invalid string positionMarkus Mohrhard1-1/+1
Change-Id: If811f256dc2a0cbdc25fe2a56e949736191aa002
2013-04-20gbuild: PythonTest: automatic GDB backtrace on failuresMichael Stahl2-15/+22
This requires changing the interface a bit to pass the directory containing the test modules separately, because strangely the "unittest" thingy cannot load the test modules by their absolute path when changing the current working dir to where the core dump should happen. So put the directory onto the PYTHONPATH to work around that; arguably it's even nicer for clients this way. Change-Id: I0d1d39f33d0c086c6c3014d2f9ba93f0a3dc0128
2013-04-20gbuild: PythonTest: try to make it more portableMichael Stahl5-5/+17
Mac OS X is not tested though. Change-Id: I143e20e91378b5c0546c0435dda756682d7773e7
2013-04-20disable PythonTest on WNT for nowMichael Stahl1-0/+2
There is a problem that needs fixing first, in order to be able to load the test.dll the OUTDIR/bin needs to be on PATH but starting the dev-install's python.exe with that then results in 2 instances of tklo.dll loaded, which fails horribly. Hopefully this will get easier once more stuff (python and libraries) is moved to INSTDIR. Change-Id: Ib615baac48e5e863b0b49a2de6c2985100ce3ae7
2013-04-20Don't bother with for now unused libotouch.hxxTor Lillqvist1-1/+0
Change-Id: I9e5396b52be2cbd0a95ef4dd08d1766a8f6d6ac6
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy65-135/+62
Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92 Reviewed-on: https://gerrit.libreoffice.org/3491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20enable symbols and disable optimization in openssl for a dbgutil buildMarkus Mohrhard1-2/+3
Change-Id: I2100d40264c067b22548025ab3a3be32a23835a6 Reviewed-on: https://gerrit.libreoffice.org/3489 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy64-90/+62
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20we want the int. overloads of abs() hereDavid Tardon1-1/+1
Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90
2013-04-20drop -I of nonexistent dirDavid Tardon1-5/+0
Change-Id: Ife9d8f758fa5a46e2ab29d43eec0a5112495ed5f
2013-04-20warn if using nonexist. dirs in include pathDavid Tardon1-0/+8
Change-Id: If3c44175a20b7c1720c7200c9bb06372740f95fe
2013-04-20Include <cmath> for std::abs()Tor Lillqvist1-0/+1
Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy41-89/+40
Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337 Reviewed-on: https://gerrit.libreoffice.org/3487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#55432 fix the context menu position for RTL sheetAbdulaziz A Alayed1-1/+5
Change-Id: I023215646b9aeadb4909c9f90f84f9e8b0dbd173 Reviewed-on: https://gerrit.libreoffice.org/3497 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20gallery: add some hintsThomas Arnhold2-0/+5
Change-Id: Idfc9a2de615e9e2fa3bd161d74f805defc5107e7
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza337-1224/+1211
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#60949: Move more libs to OOOLIBSMarcos Paulo de Souza2-110/+20
Change-Id: I566602028556aa954bcbd116c375b9b61cc3df6f Reviewed-on: https://gerrit.libreoffice.org/3484 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Delete some unneeded member of ResDataZolnai Tamás3-27/+0
nChildIndex and bRestMerges are simple unused. nWidth is an obsolote attribute Change-Id: I669a17cefb3dc8628ce2c8d9db8abac630fc3cde
2013-04-19Rename to ScDPResultTree.Kohei Yoshida4-21/+21
It *is* a result tree. Let's call it that. Change-Id: Ie8f3e4c4f6e54fd84d79b80ac98c0be0b0cc42d4
2013-04-20WaE: variables set but not usedTor Lillqvist1-3/+3
Can bypass even more lines for OS X, Android and iOS. Change-Id: I6949ffa0cd21281ba169a813999da4b52e88691e
2013-04-19While at it, disable "smooth scroll" for Android and iOS, tooTor Lillqvist1-1/+1
The display updating happens in such a roundabout fashion that attempting smooth scrolling here can't have any useful effect. Change-Id: Iac085ea2ed6bad7a644e889f40fef1e329a041c9
2013-04-19Bin three useless variables and simplifyTor Lillqvist1-17/+5
Change-Id: I9e015028ad7a3e0bbac4368a636fad52f0823383
2013-04-19fdo#62096 Replace O(U)String compareTo with ==Janit Anjaria2-2/+2
Using grep i figured out all the compareTo() calls and hence replaced it by == operator.
2013-04-19fdo#62096 Replace OUString compareTo with == operatorJanit Anjaria1-1/+1
I have followed the instructions on the BUgzilla page and using grep i just replaced all the .compareTo() calls with == operator. Change-Id: I595f0352335596ee1a387237f5e86791042b2cb6
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey10-28/+117
Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1 Reviewed-on: https://gerrit.libreoffice.org/3213 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-19README.cross: don't mention explicit openSUSE releasesMiklos Vajna1-1/+1
Otherwise one will have to update this document every few months. Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209
2013-04-19Small refactoring of the Android "desktop app" code, no functional changeTor Lillqvist6-72/+97
Move the native methods out to a separate AppSupport class so that they aren't in our "experimenal" Desktop app's namespace. Don't hardcode the name of that class in the native code, but have the app register the class to which the damage callbacks should be done. Possibly the AppSupport and Bootstrap classes should be combined. Later. Also, the "android" part of the package name is superfluous; it is Android-specific code, no information gained by having an "android" part in the package name. Change-Id: Iddf55c8034ead7693887ace8438deb002c5eea9f
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna3-4/+14
Regression from 3d7e168a2a43c2414b0633379102ddb29437e75b. Change-Id: I9ab3f9f41316a01d5a74f3e500bad7a83c8d2dca
2013-04-19tools ::Time: change constructor to fixed-length integersLionel Elie Mamane2-3/+3
Change-Id: I20180cda1a28f898f487aff605796077d3418be3
2013-04-19Wrap large values in SAL_CONST_INT64Stephan Bergmann1-3/+3
Change-Id: I9a263e2232d63e5794f757cab39b93e13c7d159f