summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-051-1/+1
| | | | | | | | | | | Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Remove SvtInternalOptionsThomas Arnhold2013-04-052-15/+1
| | | | | | | | | | | | | * only Get/SetCurrentTempURL were used, but only for compatibility reasons, to remove old temporary directories (before 2001). Those should be gone today. * MailUIEnabled was false in the xcu file. * SID_MAIL_SENDDOC* are handled some lines further. Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375 Reviewed-on: https://gerrit.libreoffice.org/3180 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2013-04-053-3/+8
| | | | | | | | | Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
* Not escape single quotes in src\hrc filesZolnai Tamás2013-04-043-38/+38
| | | | | | | | Escaping them is not needed. Plus escaped quotes are taken into po files and make translater's work more uncomfortable. Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-031-3/+0
| | | | Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
* desktop: add --pidfile switchRiccardo Magliocchetti2013-04-034-0/+71
| | | | | | | | | | | Store the soffice.bin pid to a file. Useful with --headless where you may have libreoffice supervised by another process. Change-Id: I6a3c6cb920fc7b8e659a01975b4d457ce5525b17 Reviewed-on: https://gerrit.libreoffice.org/2928 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* DescriptionInfoset with LanguageTagEike Rathke2013-04-036-119/+57
| | | | Change-Id: I7957a4a773b2ea8e69c30a1152b90ce5623a26dc
* No localize descripiton.xml of test toolZolnai Tamás2013-04-022-2/+2
| | | | Change-Id: Ie6d155d158244825d4fc2731dc264ac9d4dd875c
* drop prefix from ::cssThomas Arnhold2013-04-021-1/+1
| | | | | | as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
* expand some more namespace macrosThomas Arnhold2013-04-011-18/+13
| | | | Change-Id: If4b335b238f1fa62d2e3f658429cdec63d561faf
* fix loplugin warningsPeter Foley2013-03-301-1/+0
| | | | Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
* ResMgr with LanguageTagEike Rathke2013-03-297-19/+10
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* ditch this overengineered nonsenseEike Rathke2013-03-291-118/+2
| | | | | | The umpteenth implementation to parse a partial language tag. Change-Id: Idaab568acdeb578d174f0968feae6db711120b55
* Building without --with-help is not supposed to disable help functionalityTor Lillqvist2013-03-281-2/+2
| | | | | | | | | Drop HAVE_FEATURE_HELP. Just check HAVE_FEATURE_DESKTOP instead in the few places in the code where HAVE_FEATURE_HELP had been introduced so far. It's only for the non-desktop platforms that leaving out the traditional help functionality is intended anyway. Change-Id: I2d05869267f509a8e64cf402eed8ebef0020cada
* add missing deps on headersDavid Tardon2013-03-281-0/+6
| | | | Change-Id: I4e16a271533fdc1fa51f9539b38220330cc44276
* add missing dep on uwinapi.hDavid Tardon2013-03-281-0/+4
| | | | Change-Id: Ie7a616d4295db98a8c513e876b83b8e6b52ba83a
* add missing dep on sal headersDavid Tardon2013-03-281-0/+5
| | | | Change-Id: Iffcd9b94b1246c012413f26cf11c1bb28541d38b
* WaE: comparison is always true due to limited range of data typeTor Lillqvist2013-03-281-4/+4
| | | | Change-Id: I74d9025b37966d0a0fa1e2c0cd5cac4778f8384e
* Need deployment component too when HAVE_FEATURE_EXTENSIONSTor Lillqvist2013-03-282-5/+2
| | | | | | Don't look just at DESKTOP or not when deciding whether to compile that stuff. Change-Id: Ic9961ba27eb4a1e9360c67dd844c9243f1eff00e
* WaE: declaration shadows a previous localDavid Tardon2013-03-271-5/+5
| | | | Change-Id: I675c76206eefa447084454f345fbdeb11760cd08
* WaE: macro is not used: USE_LIBPNGTor Lillqvist2013-03-271-2/+0
| | | | Change-Id: I900d4957d964332ef97cb389d17206438f94743c
* Use <config_features.h> instead of -DDISABLE_EXTENSIONSTor Lillqvist2013-03-274-15/+19
| | | | Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
* -Wunused-macrosThomas Arnhold2013-03-271-12/+0
| | | | Change-Id: Ia147a72a4bbd5cec45a2a74b721a81ff8c4340c2
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-275-12/+20
| | | | Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f
* -Wunused-macrosStephan Bergmann2013-03-274-8/+6
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-268-28/+32
| | | | | | | | | | | | | | | Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE. BUILD_TYPE has at least two kinds of elements: Those that indicate building a bundled copy of some 3rd-party library, and those that indicate some specific feature of the LibreOffice platform or build-time configuration choice. This is for the latter kind. Change many of the checks for Android and/or iOS in the source code to check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS instead, in cases where that is what is meant, not Android or iOS specifically. Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db
* Lock files make no sense on Android or iOSTor Lillqvist2013-03-261-0/+2
| | | | Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-212-10/+14
| | | | | | | | | | | | | | | Don't try to use similar code as for OS X to manage windows, events etc. I.e. don't use UIKit in vcl to do that. Instead, just do as in the Android port, use the "headless" vcl backend. Do keep using CoreText, though, not FreeType & fontconfig. Start changing the iOS "Viewer" app to correspond to the Android "desktop" app (so it should be renamed). Work in progress since a long time, several crucial details still missing, but committing for now. Change-Id: Iac5fbf8def415e4d0d21e5200450a373420ad7ee
* Leftover unused local variableStephan Bergmann2013-03-201-4/+3
| | | | Change-Id: I402cdcf2c9a78eb40c26c4cd016f603d85a38d39
* deb#703486: Keep migrating more user extensions after one failedStephan Bergmann2013-03-202-39/+22
| | | | Change-Id: I9cc8acac54bd5a02652462c3967b4c81f7cf8ee3
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-201-3/+3
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
* further OUString cleanupThomas Arnhold2013-03-193-7/+7
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-197-24/+24
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-8/+8
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* trailing whitespacesThomas Arnhold2013-03-191-2/+2
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* Bin some pointless comments and ASCII graphicsTor Lillqvist2013-03-161-2/+0
| | | | Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
* Make some xml entries localizableZolnai Tamás2013-03-162-2/+2
| | | | | | | Localization works only with en-US entries, others are ignored Change-Id: Iad8e82bf14535c98f311a8b6c2a94d6aeb1b1af9
* various .ui fixes caught by linter toolJack Leigh2013-03-151-3/+2
| | | | | | | Change-Id: Ic92ddc9550b33358a3bb0458b31a23f2c32fd46f Reviewed-on: https://gerrit.libreoffice.org/2763 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* add missing dep on sal/types.hDavid Tardon2013-03-151-0/+5
| | | | Change-Id: I7c3df5e82e05dc494e05a15a5f64b9f25b034f74
* various efforts to consistently apply HIG rulesCaolán McNamara2013-03-151-21/+5
| | | | Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* liblibo: install test library by itself and install it.Michael Meeks2013-03-123-8/+29
| | | | | | | Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
* liblibo: create XComponent for docJack Leigh2013-03-121-1/+16
| | | | Change-Id: Ie07ac4a3e89a9a82a107612b81be18d3826c49e1
* liblibo: better init code.Michael Meeks2013-03-124-16/+16
| | | | Change-Id: I8757739960cb1c764a5a66bd67d34731e3dfbf31
* liblibo: move to C++ interface.Jack Leigh2013-03-126-61/+87
| | | | Change-Id: Ie14a9446abd9524604feddf811d5373a26a30cbd
* liblibo: create initial liblibreoffice.Michael Meeks2013-03-126-0/+260
| | | | | | bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
* No namespace desktop visible or needed in this source file any moreTor Lillqvist2013-03-121-1/+0
| | | | Change-Id: Id8174bd2bd50afa510ff60dcca63d8c560769f61
* Need relative path to where exithelper.h isTor Lillqvist2013-03-121-1/+1
| | | | Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d
* Use symbolic names instead of magic literal constantsTor Lillqvist2013-03-127-72/+53
| | | | | | | | | We use tons of plain C-style #defines to give symbolic names to constants all over the place already, in headers used from C++ code only. So why in this rare case where the symbolic names for some constants actually would be needed from a C source file, too, here then we define them inside a C++ class? Change-Id: I45726fe42687779724c45a1e2b118cc7a1debcf1
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-2/+2
| | | | Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e