summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida
Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida
Change-Id: I647b9e4de54fdcfadcf17ac7e161b245f3dea546
2013-04-09com::sun::star cleanup.Kohei Yoshida
Change-Id: I279441c1e1a271c76a2fec92711765134da90cac
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida
Change-Id: I28fd84b89a8d443e502d2c0e76f38cf006a57d4a
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: I8430d030fdfce51d3706c801ce8d2cb3fa6eed5d
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida
Change-Id: I4ee6eed94cdfd8a8a514a79a33a1ccb4ff586ce5
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida
Change-Id: I7f14972e562845eb260b3d567c3fbabda2524d41
2013-04-09Sort the header includes and get it to build.Kohei Yoshida
Change-Id: Iaef855c4829f5b6fc6a0016fd2697c761ed1ea9a
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida
We check for nCount != 0 earlier. Change-Id: Ibdb099fc651210263b8f23182796a8d56a531591
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida
Change-Id: I98f2ef80b2487264e9e74c7895b1f702ae847452
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez
It dosent make sense to display delete action since we are saving a template same for edit. Change-Id: I5532d3a7a7f5e6200419c2b7159c4d6fe40d16ea
2013-04-09Display correct region name in error messages.Rafael Dominguez
Change-Id: I1e3eddf9be2a75faabf0b0be91f30d7e8d43d3e4
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez
Change-Id: I5d49bf90e9eab402f2c6e58ca46302e2a2c72c84
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez
Change-Id: I0ea9bf77b2393240e5074000a3692a4eaac11cf0
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
Change-Id: I10dd5ee79bf5c39bba4873633b3bf4438c703be0
2013-04-09Revert "fix sfx2 with Library_merged"Matúš Kukan
This reverts commit 0b78f2b9dc17dfa88d72d6ee27e3e0e0ca6a152f. Change-Id: I3608c15226f233add01ebe4a64667012854cf08b
2013-04-09make help work againCaolán McNamara
This is a regression from b248624126c271c88381d3dad6e04fc954f65779 I suspect there might be more. Change-Id: I9ffbcfb8d32b0b0b4193a86eee90d0a5f481de11
2013-04-08dispatch: print some info what is going onThomas Arnhold
Change-Id: Ifa0637c197546ed43f7a6b39744ba1949b00e3f9
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-08fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin
Change-Id: Ibf857684029b6b63845850a1930d853e5aab2fdb
2013-04-08remove unused methodNoel Grandin
Change-Id: Ic8d56962411d87c5c6b33acccf1927d4e85ceaa9
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin
Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1
2013-04-08viewsh: correct indentationThomas Arnhold
after 31fedbe9f782976b6aa4615b6fd171ed52137c94 Change-Id: I2ac895e0808a0d8d04bbb82d72cf1295297b07b9
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