summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Collapse)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07195-2773/+2764
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* [WaE] Fix signed/unsigned comparison.Rafael Dominguez2013-04-051-1/+3
| | | | Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28
* fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez2013-04-052-10/+187
| | | | Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439
* Avoid generating filter list several times.Rafael Dominguez2013-04-055-50/+63
| | | | | | | | - Only generate the list after applying a new filter function. - Append item directly to the filtered list if its allowed when appending a new item to the thumbnailview. Change-Id: I804533e2a1751abb0cbc3082093aef2cb9093fb0
* Dont show import action while in save mode.Rafael Dominguez2013-04-051-1/+3
| | | | Change-Id: If6cca322203bf019a732ce6b0b5a9a20bd932557
* new module i18nlangtagEike Rathke2013-04-054-4/+4
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* unotools: remove some unused itemsThomas Arnhold2013-04-051-1/+0
| | | | | | | Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe Reviewed-on: https://gerrit.libreoffice.org/3191 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Remove SvtInternalOptionsThomas Arnhold2013-04-056-53/+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-051-2/+4
| | | | | | | | | 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
* make border property of multiline edit optionalCaolán McNamara2013-04-043-3/+3
| | | | Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
* Simplification by retrieving system encodingJulien Nabet2013-04-041-30/+1
| | | | | | See http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-about-encoding-in-CreatePasswordToModifyHash-docfile-cxx-sfx2-module-td4047586.html Change-Id: I845f4e4518901be8cba6e82a3199505d63efac62
* Bin a pointless and annoying OSL_ENSURETor Lillqvist2013-04-041-2/+0
| | | | | | | If somebody wants it back, please revert, but then also add a comment telling what it means. Change-Id: I40bae1b6747c8fa21f3bf4b3fc6f839226951a12
* convert license dialog to .ui formatCaolán McNamara2013-04-045-115/+90
| | | | Change-Id: Icbcb2a86369c95f9acff05d677a4f5eaa1d9dfb9
* WaE: unused function 'convertDateTime'Tor Lillqvist2013-04-041-12/+0
| | | | Change-Id: I6d36291f4381cc43782861ca1180b7fa7b155551
* limit scope of the variableMarkus Mohrhard2013-04-031-1/+1
| | | | Change-Id: Ic6001ca66e85cdeb4c797aaab1138c27b9e17c67
* maybe a bit over-engineeredMarkus Mohrhard2013-04-031-11/+2
| | | | Change-Id: Ia7a491241ad78cafc542e63b3796b7c32fa5300c
* screen space is a valuable good, don't waste itMarkus Mohrhard2013-04-031-11/+7
| | | | Change-Id: I67d47ef4030ce60d1cbc160a52cad7cc3c417b34
* this variable was unusedMarkus Mohrhard2013-04-031-1/+0
| | | | Change-Id: I7ea23acbaebb02def5d7875bc07fb7c10b2af883
* more clean-up around SfxContentHelperMarkus Mohrhard2013-04-034-71/+45
| | | | Change-Id: I836a260d0e7c8b61cf4b6b6c378da854ca188a22
* sal_Bool -> boolMarkus Mohrhard2013-04-032-3/+3
| | | | Change-Id: I1225c972d806301ef5bd295b2b42145a8b2e7145
* this method is actually unusedMarkus Mohrhard2013-04-031-10/+0
| | | | Change-Id: I1808ada7c012f4dfacc7ace93478a4acab50f6eb
* prevent some unnecessary castingMarkus Mohrhard2013-04-033-25/+15
| | | | Change-Id: I56b324cc8431347c25472f7ef3ac5871b226f5b1
* we don't need a macro hereMarkus Mohrhard2013-04-031-5/+10
| | | | Change-Id: I7b063f54f354ade05dd0f2c4b10b161a44895076
* no need for pointers hereMarkus Mohrhard2013-04-031-40/+16
| | | | Change-Id: I0eca0d07d251949f99ebed44ef3267fa6dfb4c80
* simplify this a bitMarkus Mohrhard2013-04-031-4/+2
| | | | Change-Id: I4deaf117c64f4646e36da98c498188022b2c32f0
* convert calc format cells dialog to .ui formatCaolán McNamara2013-04-032-0/+6
| | | | Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
* some fallout of slots.cfg removalThomas Arnhold2013-04-024-8/+0
| | | | | | follow-up of a2bf98857b675b2d10a4fd93a0413229abebf3f1 Change-Id: I450ae523ad3dd7642caab2de03cd3926bf1c1820
* Some cppcheck cleaningJulien Nabet2013-04-021-3/+1
| | | | Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
* SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unusedTor Lillqvist2013-04-022-6/+0
| | | | | | | Change-Id: I1fd581c8ca44cfb48184d8a17e6077707f038bd4 Reviewed-on: https://gerrit.libreoffice.org/3148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Get rid of the slots.cfg mechanismTor Lillqvist2013-04-024-150/+3
| | | | | | | | | | | I very much doubt anybody is using it. It has never been documented as far as I can see for OpenOffice.org and even less for LibreOffice. I only found it mentioned in the "StarOffice 6.0 Software Administration Guide". Change-Id: I03f272427ef6717e3e3ff957f32ffe1f696d93c9 Reviewed-on: https://gerrit.libreoffice.org/3118 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* sfx2: remove macrosThomas Arnhold2013-04-0210-680/+572
| | | | Change-Id: I8871b0c95874ceab755b3cb304a60c34981c649c
* drop prefix from ::cssThomas Arnhold2013-04-021-2/+2
| | | | | | as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
* Don't call SFX_OBJECTBAR_REGISTRATION in non-DESKTOP environmentsTor Lillqvist2013-04-021-1/+2
| | | | | | | | | | | | Gets rid of the SFX_OBJECTBAR_FULLSCREEN, i.e. the thingie with just the button to exit full screen mode. We don't want to exit full screen mode on non-DESKTOP. I also bypass the SFX_OBJECTBAR_REGISTRATION call that registers SFX_OBJECTBAR_APPLICATION, whatever that is, but presumably something we don't want either. Change-Id: I8ef958976fcde3321a5651cf4372a313ceff2c60
* Add comment about the ugly hardcoded resource idsTor Lillqvist2013-04-021-3/+15
| | | | Change-Id: I54d04f97fe720d6a262a86b63126f328a7812018
* Avoid desktop GUI elements in non-DESKTOP environmentTor Lillqvist2013-04-011-0/+6
| | | | | | | | | One simple early step: Start a SfxWorkWindow (what a meaningless name...) in "full-screen" mode, and without a status bar. Still lots of ifdefs etc to add if we want to avoid compiling in all the tons of related code. Change-Id: Id8b37bd215423a839643c5c1f426f6455956a886
* write even better codeThomas Arnhold2013-04-012-875/+801
| | | | Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
* remove boilerplate commentsThomas Arnhold2013-04-0110-20/+4
| | | | Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
* fix sfx2 with Library_mergedPeter Foley2013-03-311-1/+5
| | | | Change-Id: I53d64b9023be816d0179eed21920beed3660909c
* coverity#441021 Dereference after null checkJulien Nabet2013-03-301-1/+1
| | | | Change-Id: I2fb3bd758d7b903cd148f847c21c0eefd6f091e5
* coverity#441020 Dereference after null checkJulien Nabet2013-03-301-1/+1
| | | | Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-4/+2
| | | | Change-Id: I2e0459426323555ca78ed38c0749690269fdc3d1
* Initialize nFilterJulien Nabet2013-03-291-1/+1
| | | | Change-Id: I9a8606a0d6ca36fd6f51267ea385f7fbe874d6d5
* fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez2013-03-284-3/+104
| | | | Change-Id: I81982af9a540c9966df8c0474b6527c5d08ed6f3
* Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez2013-03-281-2/+6
| | | | Change-Id: Icfafb88218ad10e8729fd966265e1ccc001041e5
* Dont reload template information after saving.Rafael Dominguez2013-03-285-8/+74
| | | | Change-Id: Id4170e500d92dc912087eac137f38d243c3c1372
* Display empty folders in Template Manager.Rafael Dominguez2013-03-281-2/+0
| | | | Change-Id: I5924fabd911d1b9bfb70cd7611fd1fe7a1a44dce
* Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez2013-03-282-2/+5
| | | | Change-Id: Iaf238413b95ed3d09f58d7adb49da13da9d71887
* Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez2013-03-281-3/+0
| | | | Change-Id: I8dc7d5dd055c9ef722279754381208d684686934
* Deselect items when searching for templates to reset toolbars.Rafael Dominguez2013-03-281-0/+1
| | | | Change-Id: Ifacbc257abcc84284deb1723d30e74d45adca192
* Building without --with-help is not supposed to disable help functionalityTor Lillqvist2013-03-281-4/+4
| | | | | | | | | 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