summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439
2013-04-05Avoid generating filter list several times.Rafael Dominguez
- 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
2013-04-05Dont show import action while in save mode.Rafael Dominguez
Change-Id: If6cca322203bf019a732ce6b0b5a9a20bd932557
2013-04-05new module i18nlangtagEike Rathke
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
2013-04-05unotools: remove some unused itemsThomas Arnhold
Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe Reviewed-on: https://gerrit.libreoffice.org/3191 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> Notes: API CHANGE.
2013-04-05Remove SvtInternalOptionsThomas Arnhold
* 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> Notes: API CHANGE.
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
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
2013-04-04make border property of multiline edit optionalCaolán McNamara
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-04Simplification by retrieving system encodingJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-about-encoding-in-CreatePasswordToModifyHash-docfile-cxx-sfx2-module-td4047586.html Change-Id: I845f4e4518901be8cba6e82a3199505d63efac62
2013-04-04Bin a pointless and annoying OSL_ENSURETor Lillqvist
If somebody wants it back, please revert, but then also add a comment telling what it means. Change-Id: I40bae1b6747c8fa21f3bf4b3fc6f839226951a12
2013-04-04convert license dialog to .ui formatCaolán McNamara
Change-Id: Icbcb2a86369c95f9acff05d677a4f5eaa1d9dfb9
2013-04-04WaE: unused function 'convertDateTime'Tor Lillqvist
Change-Id: I6d36291f4381cc43782861ca1180b7fa7b155551
2013-04-03limit scope of the variableMarkus Mohrhard
Change-Id: Ic6001ca66e85cdeb4c797aaab1138c27b9e17c67
2013-04-03maybe a bit over-engineeredMarkus Mohrhard
Change-Id: Ia7a491241ad78cafc542e63b3796b7c32fa5300c
2013-04-03screen space is a valuable good, don't waste itMarkus Mohrhard
Change-Id: I67d47ef4030ce60d1cbc160a52cad7cc3c417b34
2013-04-03this variable was unusedMarkus Mohrhard
Change-Id: I7ea23acbaebb02def5d7875bc07fb7c10b2af883
2013-04-03more clean-up around SfxContentHelperMarkus Mohrhard
Change-Id: I836a260d0e7c8b61cf4b6b6c378da854ca188a22
2013-04-03sal_Bool -> boolMarkus Mohrhard
Change-Id: I1225c972d806301ef5bd295b2b42145a8b2e7145
2013-04-03this method is actually unusedMarkus Mohrhard
Change-Id: I1808ada7c012f4dfacc7ace93478a4acab50f6eb
2013-04-03prevent some unnecessary castingMarkus Mohrhard
Change-Id: I56b324cc8431347c25472f7ef3ac5871b226f5b1
2013-04-03we don't need a macro hereMarkus Mohrhard
Change-Id: I7b063f54f354ade05dd0f2c4b10b161a44895076
2013-04-03no need for pointers hereMarkus Mohrhard
Change-Id: I0eca0d07d251949f99ebed44ef3267fa6dfb4c80
2013-04-03simplify this a bitMarkus Mohrhard
Change-Id: I4deaf117c64f4646e36da98c498188022b2c32f0
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
2013-04-02some fallout of slots.cfg removalThomas Arnhold
follow-up of a2bf98857b675b2d10a4fd93a0413229abebf3f1 Change-Id: I450ae523ad3dd7642caab2de03cd3926bf1c1820
2013-04-02Some cppcheck cleaningJulien Nabet
Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
2013-04-02SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unusedTor Lillqvist
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>
2013-04-02Get rid of the slots.cfg mechanismTor Lillqvist
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>
2013-04-02sfx2: remove macrosThomas Arnhold
Change-Id: I8871b0c95874ceab755b3cb304a60c34981c649c
2013-04-02drop prefix from ::cssThomas Arnhold
as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
2013-04-02Don't call SFX_OBJECTBAR_REGISTRATION in non-DESKTOP environmentsTor Lillqvist
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
2013-04-02Add comment about the ugly hardcoded resource idsTor Lillqvist
Change-Id: I54d04f97fe720d6a262a86b63126f328a7812018
2013-04-01Avoid desktop GUI elements in non-DESKTOP environmentTor Lillqvist
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
2013-04-01write even better codeThomas Arnhold
Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
2013-04-01remove boilerplate commentsThomas Arnhold
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-03-31fix sfx2 with Library_mergedPeter Foley
Change-Id: I53d64b9023be816d0179eed21920beed3660909c
2013-03-30coverity#441021 Dereference after null checkJulien Nabet
Change-Id: I2fb3bd758d7b903cd148f847c21c0eefd6f091e5
2013-03-30coverity#441020 Dereference after null checkJulien Nabet
Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I2e0459426323555ca78ed38c0749690269fdc3d1
2013-03-29Initialize nFilterJulien Nabet
Change-Id: I9a8606a0d6ca36fd6f51267ea385f7fbe874d6d5
2013-03-28fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez
Change-Id: I81982af9a540c9966df8c0474b6527c5d08ed6f3
2013-03-28Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez
Change-Id: Icfafb88218ad10e8729fd966265e1ccc001041e5
2013-03-28Dont reload template information after saving.Rafael Dominguez
Change-Id: Id4170e500d92dc912087eac137f38d243c3c1372
2013-03-28Display empty folders in Template Manager.Rafael Dominguez
Change-Id: I5924fabd911d1b9bfb70cd7611fd1fe7a1a44dce
2013-03-28Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez
Change-Id: Iaf238413b95ed3d09f58d7adb49da13da9d71887
2013-03-28Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez
Change-Id: I8dc7d5dd055c9ef722279754381208d684686934
2013-03-28Deselect items when searching for templates to reset toolbars.Rafael Dominguez
Change-Id: Ifacbc257abcc84284deb1723d30e74d45adca192